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.
Function: Whether your tests are ran sequentially or in parallel
Default Value: Manual with 1 worker
Options:
Auto (RECOMMENDED): Enables high parallelism with smart worker count detection. This allows up to 100 workers to run in parallel. Reach out if you need more workers.
Manual: Choose specific number of workers
Purpose: Optimize test execution speed by running multiple tests simultaneously
Ensure tests in your test suites are not interdependent before running in parallel
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.