File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,12 @@ vendor/bin/mftf generate:tests
4242vendor/bin/mftf generate:tests AdminLoginTest StorefrontPersistedCustomerLoginTest
4343```
4444
45+ ### Generate test by test and suite name
46+
47+ ``` bash
48+ vendor/bin/mftf generate:tests LoginSuite:AdminLoginTest
49+ ```
50+
4551### Generate and run the tests for a specified group
4652
4753``` bash
@@ -58,6 +64,14 @@ vendor/bin/mftf run:test AdminLoginTest StorefrontPersistedCustomerLoginTest -r
5864
5965This command cleans up the previously generated tests; generates and runs the ` LoginAsAdminTest ` and ` LoginAsCustomerTest ` tests.
6066
67+ ### Generate and run particular test in a specific suite's context
68+
69+ ``` bash
70+ vendor/bin/mftf run:test LoginSuite:AdminLoginTest -r
71+ ```
72+
73+ This command cleans up previously generated tests; generates and run ` AdminLoginTest ` within the context of the ` LoginSuite ` .
74+
6175### Generate and run a testManifest.txt file
6276
6377``` bash
You can’t perform that action at this time.
0 commit comments