I have a simple question.
How to turn off the PWDEBUG on Playwright when running 'npx playwright test'
I have added a $env:PWDEBUG=1 in VS Terminal and all the time the tests are running into debugging mode. I just want the tests to run.
Any ideas?