@@ -39,13 +39,13 @@ vendor/bin/mftf generate:tests
3939### Generate tests by test name
4040
4141``` bash
42- vendor/bin/mftf generate:tests AdminLoginTest StorefrontPersistedCustomerLoginTest
42+ vendor/bin/mftf generate:tests AdminLoginSuccessfulTest StorefrontPersistedCustomerLoginTest
4343```
4444
4545### Generate test by test and suite name
4646
4747``` bash
48- vendor/bin/mftf generate:tests LoginSuite:AdminLoginTest
48+ vendor/bin/mftf generate:tests LoginSuite:AdminLoginSuccessfulTest
4949```
5050
5151### 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
5959### Generate and run particular tests
6060
6161``` bash
62- vendor/bin/mftf run:test AdminLoginTest StorefrontPersistedCustomerLoginTest -r
62+ vendor/bin/mftf run:test AdminLoginSuccessfulTest StorefrontPersistedCustomerLoginTest -r
6363```
6464
6565This command cleans up the previously generated tests; generates and runs the ` LoginAsAdminTest ` and ` LoginAsCustomerTest ` tests.
6666
6767### Generate and run particular test in a specific suite's context
6868
6969``` bash
70- vendor/bin/mftf run:test LoginSuite:AdminLoginTest -r
70+ vendor/bin/mftf run:test LoginSuite:AdminLoginSuccessfulTest -r
7171```
7272
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 ` .
7474
7575### Generate and run a testManifest.txt file
7676
@@ -362,7 +362,7 @@ vendor/bin/mftf run:manifest path/to/your/testManifest.txt
362362Each line should contain either: one test path or one group (-g) reference.
363363
364364```
365- tests/functional/tests/MFTF/_generated/default/AdminLoginTestCest .php
365+ tests/functional/tests/MFTF/_generated/default/AdminLoginSuccessfulTestCest .php
366366-g PaypalTestSuite
367367tests/functional/tests/MFTF/_generated/default/SomeOtherTestCest.php
368368tests/functional/tests/MFTF/_generated/default/ThirdTestCest.php
0 commit comments