maven-cucumber-reporting icon indicating copy to clipboard operation
maven-cucumber-reporting copied to clipboard

merged report is not sorted in alphabetical order

Open nir-tal-talkspace opened this issue 5 years ago • 1 comments
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?

nir-tal-talkspace avatar Oct 29 '20 06:10 nir-tal-talkspace

What is the issue and how this is related to the plugin?

damianszczepanik avatar Nov 07 '20 15:11 damianszczepanik