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.
5555
5656Usage:
5757
58- * ` codecept run Acceptance ` : run all acceptance tests
58+ * ` codecept run Unit,Functional ` : run only unit and functional suites
5959* ` codecept run tests/Acceptance/MyCest.php ` : run only MyCest
6060* ` codecept run Acceptance MyCest ` : same as above
6161* ` 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
6362* ` codecept run Acceptance MyCest:myTestInIt#1-3 ` : run a range of examples or data provider items
6463* ` codecept run Acceptance MyCest:myTestInIt@name.* ` : run data provider items with matching names
6564* ` 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 `
6866
6967Verbosity modes:
7068
You can’t perform that action at this time.
0 commit comments