We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb56783 commit c766d2eCopy full SHA for c766d2e
messages/runtest.md
@@ -46,7 +46,7 @@ NOTE: The testRunCoverage value (JSON and JUnit result formats) is a percentage
46
47
<%= config.bin %> <%= command.id %> --test-level RunLocalTests
48
49
-- Run Apex tests on all the methods a the specified class; output results in Test Anything Protocol (TAP) format, and requests code coverage result:
+- Run Apex tests on all the methods in the specified class; output results in Test Anything Protocol (TAP) format and request code coverage results:
50
51
<%= config.bin %> <%= command.id %> --class-names TestA --class-names TestB --result-format tap --code-coverage
52
0 commit comments