Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation for groups doesn't mention that directories can be specified as well as individual php files #3919

Closed
gvlasov opened this issue Jan 16, 2017 · 1 comment

Comments

@gvlasov
Copy link
Contributor

gvlasov commented Jan 16, 2017

https://github.com/Codeception/Codeception/blob/master/docs/07-AdvancedUsage.md#group-files

It is not clear from the documentation that I can create a group by specifying directories as well as test files, like this:

groups:
  slow: [ tests/unit/externalApi/requests ]

If I didn't try that, I'd never know that's possible.

I suggest mentioning this feature in the documentation.

@DavertMik
Copy link
Member

Thanks, that should be done.

DavertMik added a commit that referenced this issue Jan 16, 2017
DavertMik added a commit that referenced this issue Jan 16, 2017
* Using directories to define groups

Closes #3919

* Update 07-AdvancedUsage.md
chris1312 pushed a commit to chris1312/Codeception that referenced this issue Jun 16, 2017
…#3921)

* Using directories to define groups

Closes Codeception#3919

* Update 07-AdvancedUsage.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants