File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -55,16 +55,14 @@ Executes tests.
55
55
56
56
Usage:
57
57
58
- * ` codecept run Acceptance ` : run all acceptance tests
58
+ * ` codecept run Unit,Functional ` : run only unit and functional suites
59
59
* ` codecept run tests/Acceptance/MyCest.php ` : run only MyCest
60
60
* ` codecept run Acceptance MyCest ` : same as above
61
61
* ` codecept run Acceptance MyCest:myTestInIt ` : run one test from a Cest
62
- * ` codecept run Acceptance MyCest:myTestInIt#1 ` : run one example or data provider item by number
63
62
* ` codecept run Acceptance MyCest:myTestInIt#1-3 ` : run a range of examples or data provider items
64
63
* ` codecept run Acceptance MyCest:myTestInIt@name.* ` : run data provider items with matching names
65
64
* ` codecept run Acceptance checkout.feature ` : run feature-file
66
- * ` codecept run Acceptance -g slow ` : run tests from * slow* group
67
- * ` codecept run Unit,Functional ` : run only unit and functional suites
65
+ * ` codecept run Acceptance -g slow ` : run tests from group named ` slow `
68
66
69
67
Verbosity modes:
70
68
You can’t perform that action at this time.
0 commit comments