HTML reporter

A report generator in HTML format with the tests results.



Install

Include the module in the corresponding section.

es.iti.wakamiti:html-reporter-wakamiti-plugin:2.4.0
<dependency>
  <groupId>es.iti.wakamiti</groupId>
  <artifactId>html-reporter-wakamiti-plugin</artifactId>
  <version>2.4.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