Created
September 4, 2025 12:49
-
-
Save ziadoz/c9aad78695fb0f67f97136aeb31e4acd to your computer and use it in GitHub Desktop.
Debug Playwright Command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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