You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was aware, but I just did not see the reason for test.jestPlaywrightDebug. One can easily do if (process.env.PWDEBUG) in jest-playwright.config.js. I thought it might simplify some logic for you and you could just describe how to use that env var.
https://github.com/playwright-community/jest-playwright#jestplaywrightdebug mentions the use of
jestPlaywrightDebug
. But with the support forPWDEBUG=1 jest
isjestPlaywrightDebug
needed anymore? If not it should be removed from the docs and code.Sorry for not using the template but it feels way too elaborate for something like this that exists in the README.md 😝
The text was updated successfully, but these errors were encountered: