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-reporteryarn add multiple-cucumber-html-reporterpnpm add multiple-cucumber-html-reporterSave 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-devyarn add multiple-cucumber-html-reporter --devpnpm add multiple-cucumber-html-reporter --save-devCompatibility
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