Skip to content

Consolidate tests with same describe in multiple files#197

Open
ste1nstone wants to merge 1 commit intolarrymyers:masterfrom
ste1nstone:master
Open

Consolidate tests with same describe in multiple files#197
ste1nstone wants to merge 1 commit intolarrymyers:masterfrom
ste1nstone:master

Conversation

@ste1nstone
Copy link
Copy Markdown

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