Directory in which to store test result files.
Format of the test results.
Retrieve code coverage results.
Display only failed test results; works with human-readable output only.
Run flow tests for one flow synchronously; if not specified, tests are run asynchronously.
Level of tests to run; default is RunLocalTests.
Here's what the levels mean:
- RunLocalTests — All tests in your org are run, except the ones that originate from installed managed and unlocked packages.
- RunAllTestsInOrg — All tests are run. The tests include all tests in your org, including tests of managed packages.
- RunSpecifiedTests - Only the tests that you specify with the --tests flag are run.
Flow names that contain flow tests to run.
Default is all flow tests. If you select --class-names, you can't specify --tests.
Not available for flow tests.
Not available for flow tests.
Flow test names to run.
Default is all flow tests. If you specify --tests, you can't specify --class-names.
ID of the specific log to display.
Number of the most recent logs to display.
ID of the test run.
Not available for flow tests.
Sets the streaming client socket timeout in minutes; specify a longer wait time if timeouts occur frequently.