maven-cucumber-reporting
maven-cucumber-reporting copied to clipboard
Cucumber maven <rerunFailingTestsCount>1</rerunFailingTestsCount> does not rerun failed tests and crashes generating pretty cucumber reports
https://stackoverflow.com/questions/78007835/cucumber-maven-rerunfailingtestscount1-rerunfailingtestscount-does-not-rerun
What if you don't put this flag into configuration? Still failing?
"rerunFailingTestsCount" has to be inside "configuration" tag - otherwise the code won't compile. So I assume some other dependencies can have influence on this.
"rerunFailingTestsCount" has to be inside "configuration" tag - otherwise the code won't compile. So I assume some other dependencies can have influence on this.
wt., 20 lut 2024 o 23:25 Damian Szczepanik @.***> napisał(a):
What if you don't put this flag into configuration? Still failing?
— Reply to this email directly, view it on GitHub https://github.com/damianszczepanik/maven-cucumber-reporting/issues/243#issuecomment-1955221257, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKVHCBU7YMSPGYQZJVDNSRDYUUPEFAVCNFSM6AAAAABDMDPZJGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJVGIZDCMRVG4 . You are receiving this because you authored the thread.Message ID: @.*** com>
The issue was not described properly.