Replies: 1 comment
-
The shortest version is If I remember correctly, test filters are documented in two places.
GettingStarted page can be updated by editing https://github.com/Codeception/codeception.github.com/blob/master/docs/GettingStarted.md |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In official documentation command not mentioned:
codecept run Unit --filter=NameMethodTest
it is much more convenient than:
codecept run Unit Namespace/ClassName:NameMethodTest
Because you need to specify full path to class.
How can I supplement documentation?
Beta Was this translation helpful? Give feedback.
All reactions