@allurereport/plugin-allure2
TypeScript icon, indicating that this package has built-in type declarations

3.0.0-beta.14 • Public • Published

Classic Plugin

Allure Report logo


Overview

The plugin generates a classic Allure Report.

Install

Use your favorite package manager to install the package:

npm add @allurereport/plugin-classic
yarn add @allurereport/plugin-classic
pnpm add @allurereport/plugin-classic

Then, add the plugin to the Allure configuration file:

import { defineConfig } from "allure";

export default defineConfig({
  name: "Allure Report",
  output: "./allure-report",
  historyPath: "./history.jsonl",
  plugins: {
+    classic: {
+      options: {
+        reportName: "HelloWorld",
+      },
+    },
  },
});

Options

The plugin accepts the following options:

Option Description Type Default
reportName Name of the report string Allure Report
singleFile Writes the report as a single index.html file boolean false
reportLanguage Default language of the report string OS language

Package Sidebar

Install

npm i @allurereport/plugin-allure2

Weekly Downloads

5,192

Version

3.0.0-beta.14

License

Apache-2.0

Unpacked Size

47.7 kB

Total Files

20

Last publish

Collaborators

  • qameta-bot
  • baev