HTML reporter
A report generator in HTML format with the tests results.
Install
Include the module in the corresponding section.
es.iti.wakamiti:html-report-wakamiti-plugin:2.6.0
es.iti.wakamiti:html-report-wakamiti-plugin:2.6.0
<dependency>
<groupId>es.iti.wakamiti</groupId>
<artifactId>html-report-wakamiti-plugin</artifactId>
<version>2.6.0</version>
</dependency>
<dependency> <groupId>es.iti.wakamiti</groupId> <artifactId>html-report-wakamiti-plugin</artifactId> <version>2.6.0</version> </dependency>
Options
htmlReport.output
- Type:
file - Default:
wakamiti.html
The (relative) path and name of the generated file.
Example:
htmlReport:
output: my-cucumber-report.html
htmlReport.title
- Type:
string
Sets the title shown in the report.
Example:
htmlReport:
title: "Wakamiti v11"
htmlReport.css
- Type:
file
Specifies the path to a css file that defines the appearance of the html report.
Example:
htmlReport:
css: Wakamiti.css