Individual Test Retries
- Function: Number of times a test is ran again after a failure
- Default Value: 0
- Purpose: Automatically retry failed tests to handle flaky failures
Action Delay
- Function: Adds a delay to each Playwright operation
- Default Value: 750 ms
- Purpose: Slow down test execution to handle timing issues or simulate real user behavior
Test Timeout
- Function: Length of time before each test timeouts
- Default Value: 8 mins
- Purpose: Prevent tests from hanging indefinitely and ensure timely test completion
