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
42
42
vendor/bin/mftf generate:tests AdminLoginTest StorefrontPersistedCustomerLoginTest
43
43
```
44
44
45
+ ### Generate test by test and suite name
46
+
47
+ ``` bash
48
+ vendor/bin/mftf generate:tests LoginSuite:AdminLoginTest
49
+ ```
50
+
45
51
### Generate and run the tests for a specified group
46
52
47
53
``` bash
@@ -58,6 +64,14 @@ vendor/bin/mftf run:test AdminLoginTest StorefrontPersistedCustomerLoginTest -r
58
64
59
65
This command cleans up the previously generated tests; generates and runs the ` LoginAsAdminTest ` and ` LoginAsCustomerTest ` tests.
60
66
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
+
61
75
### Generate and run a testManifest.txt file
62
76
63
77
``` bash
You can’t perform that action at this time.
0 commit comments