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

Consolidate tests with same describe in multiple files #197

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ste1nstone
Copy link

This fix should solve the problem that, if consolidateAll is set to false and multiple describes with the same name exists in multiple files, only the content of one file is available in the JUnit result.
Also mentioned in error #196

The idea is to sort the suites before creating the output and than bundle the suites with the same name.
This should prevent the current problem of overriding the files.

Merge on consolidateAll = false specs with the same name into one file.
Instead of overriding the previous created result file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant