multipleCucumberHTMLreporter

Installation

Learn how to install and set up Multiple Cucumber HTML Reporter.

Multiple Cucumber HTML Reporter can be installed easily using your favorite package manager.

Install Locally

Run the following command in your project directory:

npm install multiple-cucumber-html-reporter
yarn add multiple-cucumber-html-reporter
pnpm add multiple-cucumber-html-reporter

Save to Dependencies

If you want to save it to your dependencies or dev-dependencies, use the following flags:

npm install multiple-cucumber-html-reporter --save-dev
yarn add multiple-cucumber-html-reporter --dev
pnpm add multiple-cucumber-html-reporter --save-dev

Compatibility

This reporter is highly compatible with different versions of CucumberJS:

  • CucumberJS 1: Fully supported.
  • CucumberJS 2: Fully supported.
  • CucumberJS 3: Supported (requires a separate script).
  • CucumberJS 4: Fully supported.

Note

For WebdriverIO users, please check our WebdriverIO Integration Guide for a simplified setup.

Last updated on

On this page