Skip to content

Commit a7997d9

Browse files
authored
Merge pull request #453 from lfolco/patch-1
Fixed example test cases to point to actual tests
2 parents 5b9639b + 26558bf commit a7997d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/commands/mftf.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

5959
This command cleans up the previously generated tests; generates and runs the `LoginAsAdminTest` and `LoginAsCustomerTest` tests.

0 commit comments

Comments
 (0)