Allure report

An exporter that writes Wakamiti execution results in the format expected by Allure.

The generated output can be consumed directly by Allure CLI tools, for example with allure serve.



Install

Include the module in the corresponding section.

es.iti.wakamiti:allure-wakamiti-plugin:1.0.0
<dependency>
  <groupId>es.iti.wakamiti</groupId>
  <artifactId>allure-wakamiti-plugin</artifactId>
  <version>1.0.0</version>
</dependency>

Options

allureReport.output

  • Type: file
  • Default: allure-results

The output directory where the Allure *-result.json files are generated.

Example:

allureReport:
  output: target/allure-results