prashant-ramcharan / courgette-jvm

Multiprocess | Parallel Cucumber-JVM | Parallelize your Java Cucumber tests on a feature level or on a scenario level.
MIT License
132 stars 38 forks source link

Courgette-JVM report generation fails on 6.14.0 #410

Open sobi-ki opened 3 weeks ago

sobi-ki commented 3 weeks ago

Hi,

After updating version from 6.13.0 to 6.14.0 the report generation fails when there are more failures.

The report gets generated when there is less tests to run. When we have greater number e.g 100 plus the report fails.

sobi-ki commented 3 weeks ago

When I reverted to back to 6.13.0 report works as expected.

prashant-ramcharan commented 2 weeks ago

I reimplemented the reporting processing in version 6.15.0 , could you try this version?