[BUG] playwright
object not available in the browser devtools console when running from VS Code in "Debug Test" mode
#21429
Labels
System info
Source code
Link to the GitHub repository with the repro
Just a vanilla new
pnpm create vue@3
project with playwright.Config file
Test file (self-contained)
Steps
goto
.playwright
object.If you check
process.env.PWDEBUG
in the debug console, it is set...Expected
It is there.
Actual
It is not there
The text was updated successfully, but these errors were encountered: