Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3129ce commit fc1f85eCopy full SHA for fc1f85e
mftf/2.3/commands/mftf.md
@@ -320,6 +320,9 @@ vendor/bin/mftf run:test LoginCustomerTest StorefrontCreateCustomerTest
320
321
Generates and executes failed tests.
322
323
+This command cleans up the previously generated tests; generates and runs the tests listed in `dev/tests/acceptance/tests/_output/failed`.
324
+For more details about `failed`, refer to [Reporting][].
325
+
326
#### Usage
327
328
```bash
@@ -328,7 +331,7 @@ vendor/bin/mftf run:failed
331
329
332
#### Examples
330
333
-Run tests that failed in your previous run:
334
+Run the tests that failed in the previous run:
335
336
337
vendor/bin/mftf run:failed
0 commit comments