Skip to content

Commit cb5a2ba

Browse files
committed
Added flag per Pangolins
1 parent ac14389 commit cb5a2ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/commands/codeception.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ To run the Codeception testing framework commands directly, change your director
1212
Run all the generated tests:
1313

1414
```bash
15-
../../../vendor/bin/codecept run functional
15+
../../../vendor/bin/codecept run functional -c dev/tests/acceptance/codeception.yml
1616
```
1717

1818
Run all tests without the `<group value="skip"/>` [annotation][]:
1919

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

2424
Run all tests with the `<group value="example"/>` [annotation][] but with no `<group value="skpip"/>`:
2525

2626
```bash
27-
../../../vendor/bin/codecept run functional --group example --skip-group skip
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)