Skip to content

Commit 4606845

Browse files
committed
MQE-2135: MFTF static check output directory should not depend on current working directory
1 parent 6f2affb commit 4606845

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/commands/mftf.md

+3-1
Original file line numberDiff line numberDiff 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.
434434
Behavior 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

0 commit comments

Comments
 (0)