Skip to content

Commit d0d55e6

Browse files
committed
MQE-3097: Release MFTF 3.7.1
- update docs
1 parent ed63e22 commit d0d55e6

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

docs/commands/mftf.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,22 @@ vendor/bin/mftf run:manifest path/to/your/testManifest.txt
8080

8181
This command runs all tests specified in a `testManifest.txt` file. When you generate tests, a `testManifest.txt` file is also generated for you. You can pass this file directly to the `run:manifest` command and it will execute all listed tests. You can also create your own file in the same format to execute a subset of tests. Note: This command does not generate tests.
8282

83-
### Generate and run previously failed tests
83+
### Generate previously failed tests
84+
85+
```bash
86+
vendor/bin/mftf generate:failed
87+
```
88+
89+
This command cleans up the previously generated tests; generates the tests listed in `dev/tests/acceptance/tests/_output/failed`.
90+
For more details about `failed`, refer to [Reporting][].
91+
92+
### Run previously failed tests
8493

8594
```bash
8695
vendor/bin/mftf run:failed
8796
```
8897

89-
This command cleans up the previously generated tests; generates and runs the tests listed in `dev/tests/acceptance/tests/_output/failed`.
98+
This command runs the tests listed in `dev/tests/acceptance/tests/_output/failed`.
9099
For more details about `failed`, refer to [Reporting][].
91100

92101
## Error tolerance during generation

0 commit comments

Comments
 (0)