Execution Settings
In Worksheets and Test Suites different execution settings can be defined to control test runs.
List of execution settings
| Setting name | Syntax/Unit | Description |
|---|---|---|
| Browser Window Size | {width}x{height} | The window size of the browser the test will be executed in (e. g. 1920x1080). |
| Case Retries | - | To mitigate test case flakiness, failing test cases can be retried. |
| Case Execution Timeout | ms | Timeout after which a test case is marked as failed. |
| Action Timeout | ms | How long to wait after a click, double click or key press. |
| Maximum Navigation Time | ms | The maximum navigation time. |
| Assertion Timeout | ms | Timeout after which an assertion will be marked as failed. |
| Worksheet Timeout | min | Timeout after which the execution of this worksheet will be stopped. |
Precedence of execution settings
If a setting is defined on an upper level, it takes priority.
- Run Test settings or Test Suite
- Worksheet settings
- Global settings (defined in Administration > Settings)
Additionally, timeouts can be overridden for individual steps using the Timeout setting. When set, they will take priority over Assertion Timeout for assertion steps, Maximum Navigation Time for browser navigations, and Action Timeout for all other steps where timeouts can be defined.