Skip to content

Frequently Asked Questions (FAQ)

Jan edited this page Jan 9, 2017 · 1 revision

Why is the JGiven HTML Report is not generated if a test fails?

This typically happens if Maven is used. By default, Maven stops the execution of the build process if a test fails. In order to still generate the JGiven HTML Report you can run Maven with the command line parameter -Dmaven.test.failure.ignore=true.