We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6697d9 + 9533f29 commit db1a94bCopy full SHA for db1a94b
docs/commands/codeception.md
@@ -21,7 +21,7 @@ Run all tests without the `<group value="skip"/>` [annotation][]:
21
vendor/bin/codecept run functional --skip-group skip -c dev/tests/acceptance/codeception.yml
22
```
23
24
-Run all tests with the `<group value="example"/>` [annotation][] but with no `<group value="skpip"/>`:
+Run all tests with the `<group value="example"/>` [annotation][] but with no `<group value="skip"/>`:
25
26
```bash
27
vendor/bin/codecept run functional --group example --skip-group skip -c dev/tests/acceptance/codeception.yml
0 commit comments