File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -430,13 +430,15 @@ The example parameters are taken from the `etc/config/.env.example` file.
430430
431431### ` static-checks `
432432
433- Runs all or specific MFTF static-checks on the test codebase that MFTF is currently attached to.
433+ Runs all or specific MFTF static-checks on the test codebase that MFTF is currently attached to.
434434Behavior for determining what tests to run is as follows:
435435
436436* If test names are specified, only those tests are run.
437437* If no test names are specified, tests are run according to ` staticRuleset.json ` .
438438* If no ` staticRuleset.json ` is found, all tests are run.
439439
440+ Static checks errors are written to * .txt files under TEST_BP/tests/_ output/static-results/
441+
440442#### Usage
441443
442444``` bash
You can’t perform that action at this time.
0 commit comments