prashant-ramcharan / courgette-jvm

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

Courgette-JVM report generation fails on 6.14.0 #410

Closed sobi-ki closed 2 months ago

sobi-ki commented 4 months 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 4 months ago

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

prashant-ramcharan commented 4 months ago

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