We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee5d3f7 commit 22ef62fCopy full SHA for 22ef62f
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