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
3939### Generate tests by test name
4040
4141``` bash
42- vendor/bin/mftf generate:tests LoginAsAdminTest LoginAsCustomerTest
42+ vendor/bin/mftf generate:tests AdminLoginTest StorefrontPersistedCustomerLoginTest
4343```
4444
4545### 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
5353### Generate and run particular tests
5454
5555``` bash
56- vendor/bin/mftf run:test LoginAsAdminTest LoginAsCustomerTest -r
56+ vendor/bin/mftf run:test AdminLoginTest StorefrontPersistedCustomerLoginTest -r
5757```
5858
5959This 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