-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Group suites over multiple files #1792
Comments
This is how I currently achieve the desired output, but I am not sure if it just a workaround or how it should be done.
|
dupe of #1413 |
Here's the same solution, but with different syntax:
(do that ^ for each file of tests) and this to use them in a group:
Hope that helps |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When splitting my tests accross multiple files I got them grouped for each file.
The output is as expected
But I wonder if it is possible to group these tests by defining an additional "shared" describe
The expected output would be
The text was updated successfully, but these errors were encountered: