Skip to content

Commit 1487d19

Browse files
committed
MQE-2216: Part 3 Docs Annual Review
1 parent 590b92c commit 1487d19

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/commands/codeception.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ Run all the generated tests:
1515
vendor/bin/codecept run functional -c dev/tests/acceptance/codeception.yml
1616
```
1717

18-
Run all tests without the `<group value="example"/>` [annotation][]:
18+
Run all tests without the `<group value="skip"/>` [annotation][]:
1919

2020
```bash
21-
vendor/bin/codecept run functional --skip-group example -c dev/tests/acceptance/codeception.yml
21+
vendor/bin/codecept run functional --skip-group skip -c dev/tests/acceptance/codeception.yml
2222
```
2323

24-
Run all tests with the `<group value="login"/>` [annotation][] but with no `<group value="example"/>`:
24+
Run all tests with the `<group value="example"/>` [annotation][] but with no `<group value="skip"/>`:
2525

2626
```bash
27-
vendor/bin/codecept run functional --group login --skip-group example -c dev/tests/acceptance/codeception.yml
27+
vendor/bin/codecept run functional --group example --skip-group skip -c dev/tests/acceptance/codeception.yml
2828
```
2929

3030
## `codecept run`

0 commit comments

Comments
 (0)