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 10b682e commit 261a05eCopy full SHA for 261a05e
messages/commonFlags.md
@@ -13,8 +13,8 @@ Apex tests to run when --test-level is RunSpecifiedTests.
13
If a test name contains a space, enclose it in double quotes.
14
For multiple test names, use one of the following formats:
15
16
-- Repeat the flag for multiple test names. --tests Test1 --tests Test2 --tests "Test With Space"
17
-- Separate the test names with spaces --tests Test1 Test2 "Test With Space"
+- Repeat the flag for multiple test names: --tests Test1 --tests Test2 --tests "Test With Space"
+- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
18
19
# flags.coverage-formatters.summary
20
0 commit comments