File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ vendor/bin/mftf generate:tests
39
39
### Generate tests by test name
40
40
41
41
``` bash
42
- vendor/bin/mftf generate:tests LoginAsAdminTest LoginAsCustomerTest
42
+ vendor/bin/mftf generate:tests AdminLoginTest StorefrontPersistedCustomerLoginTest
43
43
```
44
44
45
45
### Generate and run the tests for a specified group
@@ -53,7 +53,7 @@ This command cleans up the previously generated tests; generates and runs tests
53
53
### Generate and run particular tests
54
54
55
55
``` bash
56
- vendor/bin/mftf run:test LoginAsAdminTest LoginAsCustomerTest -r
56
+ vendor/bin/mftf run:test AdminLoginTest StorefrontPersistedCustomerLoginTest -r
57
57
```
58
58
59
59
This command cleans up the previously generated tests; generates and runs the ` LoginAsAdminTest ` and ` LoginAsCustomerTest ` tests.
You can’t perform that action at this time.
0 commit comments