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 tried the below given test.spec file in debug mode with the config file by defining all timeouts, the test fails due to global timeout. When I ran the same test normally without debug mode it failed due to action timeout. That means only global timeout is considered in the debug mode.
Could you please give more clarity about how timeouts are being handled during debug mode?
In the documentation, it says that default timeouts are disabled. But time out are of 6 types,
Test timeout
Global timeout
Action timeout
Fixture timeout
Navigation timeout
Expect timeout
Nothing is mentioned about this timeouts in the documentation which causing lots of confusions.
The text was updated successfully, but these errors were encountered:
yury-s
added a commit
to yury-s/playwright
that referenced
this issue
Feb 25, 2025
Page(s)
https://playwright.dev/docs/debug#run-in-debug-mode-1
Description
When I tried the below given test.spec file in debug mode with the config file by defining all timeouts, the test fails due to global timeout. When I ran the same test normally without debug mode it failed due to action timeout. That means only global timeout is considered in the debug mode.
test.spec.js
playwright.config.ts
Could you please give more clarity about how timeouts are being handled during debug mode?
In the documentation, it says that default timeouts are disabled. But time out are of 6 types,
Nothing is mentioned about this timeouts in the documentation which causing lots of confusions.
The text was updated successfully, but these errors were encountered: