Skip to main content

Test Execution Time

The maximum allocated runtime for each Browser Test is 2 minutes. Your test must complete within 2 minutes for capturing the test result.

Test script will be automatically killed after a maximum runtime of 2 minutes and the test will be marked as SKIPPED.

Playwright Timeouts

Playwright framework also has default timeouts and wait mechanisms for various methods. For example: page.waitForNavigation method has a default timeout of 30 seconds.

Refer Playwright's API documentation for default timeouts for specific methods.