Skip to content

Commit fbda5e0

Browse files
Update logicgettest.md
1 parent 8baeeb8 commit fbda5e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

messages/logicgettest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ Get the results of a test run.
44

55
# description
66

7-
When you run 'sf logic run test' to test Apex classes, Flows and Agentforce agents asynchronously, it returns a test run ID. Use that ID with this command to see the results.
7+
When you run "sf logic run test" to test Apex classes, Flows, and Agentforce agents asynchronously, it returns a test run ID. Use that ID with this command to see the results.
88

99
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 classes 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.
1010

1111
# examples
1212

1313
- Get the results for a specific test run ID in the default human-readable format; uses your default org:
1414

15-
<%= config.bin %> <%= command.id %> --test-run-id <test run id>
15+
<%= config.bin %> <%= command.id %> --test-run-id <test-run-id>
1616

1717
- Get the results for a specific test run ID, format them as JUnit, and save them to the "test-results/junit" directory; uses the org with alias "my-scratch":
1818

19-
<%= config.bin %> <%= command.id %> --test-run-id <test run id> --result-format junit --target-org my-scratch
19+
<%= config.bin %> <%= command.id %> --test-run-id <test-run-id> --result-format junit --target-org my-scratch
2020

2121
# flags.test-run-id.summary
2222

0 commit comments

Comments
 (0)