Run Tests
Run Configuration
Stably group tests into test groups to run them together. You can configure the test group to run on a schedule, trigger it from a CI/CD pipeline, or run it manually.
Add Tests to a Test Group
To add tests to a test group, click on the Add Tests
button on a test group on the Web UI.
View Group Run Result
Results for tests in a group are reported together.
Modify Group Configuration
Test suites can be configured to run with the following configurable settings:
Configuration | Function | Default Value |
---|---|---|
Parallelism | Whether your tests are ran sequentially or in parallel | Sequential |
Retries | Number of times a test is ran again after a failure | 0 |
Repeats | Number of times to run each test | 1 |
Domain Overrides | Allows navigated domains to be overridden | |
Action Delay (ms) | Adds a delay to each Playwright operation | 750 ms |
Test Timeout (s) | Length of time before each test timeouts | 8 mins |
Ensure tests in your test suites are not interdependent before running in parallel
Skipping Tests
To temporarily exclude certain tests from execution in a test suite, first navigate to the relevant test suite, then either select them and click the Skip Tests
button, or click the Skip
button in the test’s dropdown menu.
Was this page helpful?