Skip to content
This repository was archived by the owner on May 24, 2022. It is now read-only.

Logging and Reporting

jvanderwee edited this page Jan 3, 2015 · 1 revision

Logging

Each test run generates a log with title bootstrapium-yyyyMMddHHmmss.log.

Reporting

You can generate an Allure test report by simply running:

mvn site 

Open target/site/allure-maven-plugin.html to view the report.

Clone this wiki locally