Skip to content

Commit c3531e0

Browse files
Shortening a bit
1 parent d651e8d commit c3531e0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/reference/Commands.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,14 @@ Executes tests.
5555

5656
Usage:
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

6967
Verbosity modes:
7068

0 commit comments

Comments
 (0)