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
When I run it as npx playwright test - everything ok.
When I run it as npx playwright test --debug - browser closes after 5 seconds. So I actually can't debug my test.
Motivation
I want to be able to debug my tests without any timeouts.
The text was updated successfully, but these errors were encountered:
🚀 Feature Request
Provide an option to disable all timeouts in debug mode. Otherwise, if there are pending promises (e.g.
waitFor*
), browser closes automatically.Example
Imagine the following test:
When I run it as
npx playwright test
- everything ok.When I run it as
npx playwright test --debug
- browser closes after 5 seconds. So I actually can't debug my test.Motivation
I want to be able to debug my tests without any timeouts.
The text was updated successfully, but these errors were encountered: