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
-**deps:** bump @salesforce/sf-plugins-core from 11.1.2 to 11.1.6 ([0422b2c](https://github.com/salesforcecli/plugin-apex/commit/0422b2cac21f00695c376535ac4b24801afd91b7))
-**deps:** bump @salesforce/apex-node from 7.0.3 to 7.0.4 ([e885af8](https://github.com/salesforcecli/plugin-apex/commit/e885af885e18ed75cadf556767a3ac494de7520f))
-**deps:** bump @oclif/core from 4.0.6 to 4.0.7 ([152b032](https://github.com/salesforcecli/plugin-apex/commit/152b03235a83dc7e1d8728afc8a8c4d6f213c51d))
- Run Apex tests on methods specified using the standard Class.method notation; if you specify a test class without a method, the command runs all methods in the class:
Apex test class names to run; default is all classes.
@@ -80,9 +104,9 @@ Level of tests to run; default is RunLocalTests.
80
104
81
105
Here's what the levels mean:
82
106
83
-
- RunSpecifiedTests — Only the tests that you specify are run.
84
-
- RunLocalTests — All tests in your org are run, except the ones that originate from installed managed packages.
85
-
- RunAllTestsInOrg — All tests are in your org and in installed managed packages are run
107
+
- RunSpecifiedTests — Only the tests that you specify in the runTests option are run. Code coverage requirements differ from the default coverage requirements when using this test level. The executed tests must cover each class and trigger in the deployment package for a minimum of 75% code coverage. This coverage is computed for each class and triggers individually, and is different than the overall coverage percentage.
108
+
- RunLocalTests — All local tests in your org, including tests that originate from no-namespaced unlocked packages, are run. The tests that originate from installed managed packages and namespaced unlocked packages aren't run. This test level is the default for production deployments that include Apex classes or triggers.
109
+
- RunAllTestsInOrg — All tests are run. The tests include all tests in your org.
86
110
87
111
# flags.wait.summary
88
112
@@ -119,7 +143,7 @@ Encountered an error when processing test results
119
143
120
144
# apexTestReportFormatHint
121
145
122
-
Run "%s apex get test %s --result-format <format>" to retrieve test results in a different format.
146
+
Run "sf apex get test %s --result-format <format>" to retrieve test results in a different format.
0 commit comments