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.
430
430
431
431
### ` static-checks `
432
432
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.
434
434
Behavior for determining what tests to run is as follows:
435
435
436
436
* If test names are specified, only those tests are run.
437
437
* If no test names are specified, tests are run according to ` staticRuleset.json ` .
438
438
* If no ` staticRuleset.json ` is found, all tests are run.
439
439
440
+ Static checks errors are written to * .txt files under TEST_BP/tests/_ output/static-results/
441
+
440
442
#### Usage
441
443
442
444
``` bash
You can’t perform that action at this time.
0 commit comments