You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previous version of this command used a comma-separated list for tests. We've changed how you specify multiple tests, so if you continue using your current syntax, your tests will probably not run as you expect.
4
+
5
+
%s
6
+
7
+
# flags.tests.summary
8
+
9
+
Apex tests to run when --test-level is RunSpecifiedTests.
10
+
11
+
# flags.tests.description
12
+
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"
18
+
19
+
# flags.coverage-formatters.summary
20
+
21
+
Format of the code coverage results.
22
+
23
+
# flags.coverage-formatters.description
24
+
25
+
For multiple formatters, repeat the flag for each formatter.
Copy file name to clipboardExpand all lines: messages/deploy.metadata.md
-12Lines changed: 0 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,14 +148,6 @@ Ignore warnings and allow a deployment to complete successfully.
148
148
149
149
If a warning occurs and this flag is set to true, the success status of the deployment is set to true. When this flag is set to false, success is set to false, and the warning is treated like an error.
150
150
151
-
# flags.tests.summary
152
-
153
-
Apex tests to run when --test-level is RunSpecifiedTests.
154
-
155
-
# flags.tests.description
156
-
157
-
Separate multiple test names with commas, and enclose the entire flag value in double quotes if a test contains a space.
158
-
159
151
# flags.verbose.summary
160
152
161
153
Show verbose output of the deploy result.
@@ -227,10 +219,6 @@ No local changes to deploy.
227
219
228
220
Output JUnit test results.
229
221
230
-
# flags.coverage-formatters.summary
231
-
232
-
Format of the code coverage results.
233
-
234
222
# flags.results-dir.summary
235
223
236
224
Output directory for code coverage and JUnit results; defaults to the deploy ID.
0 commit comments