@@ -39,13 +39,13 @@ vendor/bin/mftf generate:tests
39
39
### Generate tests by test name
40
40
41
41
``` bash
42
- vendor/bin/mftf generate:tests AdminLoginTest StorefrontPersistedCustomerLoginTest
42
+ vendor/bin/mftf generate:tests AdminLoginSuccessfulTest StorefrontPersistedCustomerLoginTest
43
43
```
44
44
45
45
### Generate test by test and suite name
46
46
47
47
``` bash
48
- vendor/bin/mftf generate:tests LoginSuite:AdminLoginTest
48
+ vendor/bin/mftf generate:tests LoginSuite:AdminLoginSuccessfulTest
49
49
```
50
50
51
51
### Generate and run the tests for a specified group
@@ -59,18 +59,18 @@ This command cleans up the previously generated tests; generates and runs tests
59
59
### Generate and run particular tests
60
60
61
61
``` bash
62
- vendor/bin/mftf run:test AdminLoginTest StorefrontPersistedCustomerLoginTest -r
62
+ vendor/bin/mftf run:test AdminLoginSuccessfulTest StorefrontPersistedCustomerLoginTest -r
63
63
```
64
64
65
65
This command cleans up the previously generated tests; generates and runs the ` LoginAsAdminTest ` and ` LoginAsCustomerTest ` tests.
66
66
67
67
### Generate and run particular test in a specific suite's context
68
68
69
69
``` bash
70
- vendor/bin/mftf run:test LoginSuite:AdminLoginTest -r
70
+ vendor/bin/mftf run:test LoginSuite:AdminLoginSuccessfulTest -r
71
71
```
72
72
73
- This command cleans up previously generated tests; generates and run ` AdminLoginTest ` within the context of the ` LoginSuite ` .
73
+ This command cleans up previously generated tests; generates and run ` AdminLoginSuccessfulTest ` within the context of the ` LoginSuite ` .
74
74
75
75
### Generate and run a testManifest.txt file
76
76
@@ -362,7 +362,7 @@ vendor/bin/mftf run:manifest path/to/your/testManifest.txt
362
362
Each line should contain either: one test path or one group (-g) reference.
363
363
364
364
```
365
- tests/functional/tests/MFTF/_generated/default/AdminLoginTestCest .php
365
+ tests/functional/tests/MFTF/_generated/default/AdminLoginSuccessfulTestCest .php
366
366
-g PaypalTestSuite
367
367
tests/functional/tests/MFTF/_generated/default/SomeOtherTestCest.php
368
368
tests/functional/tests/MFTF/_generated/default/ThirdTestCest.php
0 commit comments