Playwright
Debugging Commands
Debug Playwright tests using the Playwright Inspector, VS Code debugger, and console logs.
9 commands
Pro Tips
Use page.pause() to add breakpoints in your tests
Set PWDEBUG=1 to open Inspector on every test
Loading commands...