microsoft / playwright

Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
https://playwright.dev
Apache License 2.0
66.41k stars 3.63k forks source link

[BUG] Inspector is running despite of `PWDEBUG`=0 #11350

Closed dariusz-wozniak closed 2 years ago

dariusz-wozniak commented 2 years ago

Context:

Describe the bug

When PWDEBUG is set to 0, Playwright Inspector appears when tests are ran [incorrect behaviour, I believe].

When set to an empty string (PowerShell: $env:PWDEBUG='', then Inspector is not running [correct behaviour].

Solution:

pavelfeldman commented 2 years ago

Already fixes, thanks!

mxschmitt commented 2 years ago

Fixed in #11611 Duplicate of #11606