File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,16 @@ Run all the generated tests:
15
15
vendor/bin/codecept run functional -c dev/tests/acceptance/codeception.yml
16
16
```
17
17
18
- Run all tests without the ` <group value="example "/> ` [ annotation] [ ] :
18
+ Run all tests without the ` <group value="skip "/> ` [ annotation] [ ] :
19
19
20
20
``` 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
22
22
```
23
23
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 "/> ` :
25
25
26
26
``` 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
28
28
```
29
29
30
30
## ` codecept run `
You can’t perform that action at this time.
0 commit comments