maven-cucumber-reporting
maven-cucumber-reporting copied to clipboard
merged report is not sorted in alphabetical order
trafficstars
Hi, I am running parallel testing on circle CI, each container has it's own cucumber JSON file the last container collects all previous containers reports and generates a unified report, I noticed that for each container the results are sorted but when you merge them they are not sorted as a unified group -> only for their container
example: first container: a b c second container: a b c
unified report now is: a b c a b c
expected for the unified report: a a b b c c
could you please fix the issue?
What is the issue and how this is related to the plugin?