flow get test
Display test results for a specific asynchronous test run.
Provide a flow test run ID to display test results for an enqueued or completed asynchronous test run. The test run ID is displayed after running the “sf flow run test” command.
To see code coverage results, use the –code-coverage flag with –result-format. The output displays a high-level summary of the test run and the code coverage values for flow tests in your org. If you specify human-readable result format, use the –detailed-coverage flag to see detailed coverage results for each test method run.
| Flag Name (Long) | Flag Name (Short) | Description |
|---|---|---|
‑‑api‑version | N/A | Type: Value Override the api version used for api requests made by this command |
‑‑code‑coverage | ‑c | Type: Boolean Retrieve code coverage results. |
‑‑concise | N/A | Type: Boolean Display only failed test results; works with human-readable output only. |
‑‑detailed‑coverage | N/A | Type: Boolean Not available for flow tests. |
‑‑flags‑dir | N/A | Type: Value Import flag values from a directory. |
‑‑json | N/A | Type: Boolean Format output as json. |
‑‑output‑dir | ‑d | Type: Value Directory in which to store test result files. |
‑‑result‑format | ‑r | Type: Value Valid Values: human, tap, junit, jsonDefault value: humanFormat of the test results. |
‑‑target‑org | ‑o | Type: Value Required Username or alias of the target org. Not required if the target-org configuration variable is already set. |
‑‑test‑run‑id | ‑i | Type: Value Required ID of the test run. |
Display flow test results for your default org using a test run ID:
Similar to previous example, but output the result in JUnit format:
Also retrieve code coverage results and output in JSON format:
Specify a directory in which to save the test results from the org with the “me@my.org” username (rather than your default org):