Skip to content

Commit 78ab3bc

Browse files
Update runtest.md
Daphne's update
1 parent a86f1a8 commit 78ab3bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

messages/runtest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ Level of tests to run; default is RunLocalTests.
105105

106106
Here's what the levels mean:
107107

108-
- RunSpecifiedTests — Only the tests that you specify are run.
109-
- RunLocalTests — All tests in your org are run, except the ones that originate from installed managed packages.
110-
- RunAllTestsInOrg — All tests are in your org and in installed managed packages are run
108+
- 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.
109+
- 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.
110+
- RunAllTestsInOrg — All tests are run. The tests include all tests in your org.
111111

112112
# flags.wait.summary
113113

0 commit comments

Comments
 (0)