The goal of this small application is to showcase usage of several testing frameworks and libraries, such as:
After a test execution, run the following command to generate an HTML report:
jbang org.opentest4j.reporting:open-test-reporting-cli:0.2.3:standalone \
html-report \
target/junit-reports/open-test-report.xml \
--output target/junit-reports/open-test-report.html \
--open