We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f2affb commit 4606845Copy full SHA for 4606845
docs/commands/mftf.md
@@ -430,13 +430,15 @@ The example parameters are taken from the `etc/config/.env.example` file.
430
431
### `static-checks`
432
433
-Runs all or specific MFTF static-checks on the test codebase that MFTF is currently attached to.
+Runs all or specific MFTF static-checks on the test codebase that MFTF is currently attached to.
434
Behavior for determining what tests to run is as follows:
435
436
* If test names are specified, only those tests are run.
437
* If no test names are specified, tests are run according to `staticRuleset.json`.
438
* If no `staticRuleset.json` is found, all tests are run.
439
440
+Static checks errors are written to *.txt files under TEST_BP/tests/_output/static-results/
441
+
442
#### Usage
443
444
```bash
0 commit comments