Smart retries support for saucectl
saucectl now supports smart retries that only execute tests that have failed as part of the suite.
Here is how it can be set up as part of saucectl config:
sauce:
retries: 2
suite:
- name: My Saucy Test
smartRetry:
failedOnly: true
Here are links to set up the following frameworks: