We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 493423b commit 2718a01Copy full SHA for 2718a01
docs/dev/cli/saucectl/run.md
@@ -421,7 +421,9 @@ Usage information for the `run` command.
421
<div className="cli-desc">
422
<p><small>| OPTIONAL | STRING |</small></p>
423
424
-Launch jobs based on the failure rate. Jobs with the highest failure rate launch first. Supports values: ["fail rate"].
+Modify the execution order of suites.
425
+
426
+Supported value `fail rate`: Jobs with the highest failure rate are prioritized for launch.
427
428
```bash
429
saucectl run --launch-order="fail rate"
0 commit comments