You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the junit formatter outputs an xml file that can be turned into HTML by Ant's JUnitReport task (and various CI tools).
When post-processed with JUnitReport - the failures are not reported on the report's front page. However, following the Tests link (target/cucumber-junit-report/all-tests.html) does show errors. To reproduce, run the java-helloworld example with a deliberate error.
The generated XML is incorrect. I haven't looked into what's wrong with it yet.
The text was updated successfully, but these errors were encountered:
the junit formatter outputs an xml file that can be turned into HTML by Ant's JUnitReport task (and various CI tools).
When post-processed with JUnitReport - the failures are not reported on the report's front page. However, following the Tests link (target/cucumber-junit-report/all-tests.html) does show errors. To reproduce, run the java-helloworld example with a deliberate error.
The generated XML is incorrect. I haven't looked into what's wrong with it yet.
The text was updated successfully, but these errors were encountered: