Skip to content

Instantly share code, notes, and snippets.

@ziadoz
Created September 4, 2025 12:49
Show Gist options
  • Save ziadoz/c9aad78695fb0f67f97136aeb31e4acd to your computer and use it in GitHub Desktop.
Save ziadoz/c9aad78695fb0f67f97136aeb31e4acd to your computer and use it in GitHub Desktop.
Debug Playwright Command
#!/usr/bin/env bash
DEBUG=pw:protocol DEBUG_FILE=logs.txt ./node_modules/.bin/playwright run-server --host [HOST] --port [PORT] --mode launchServer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment