New in Version 4.0

Beautiful Cucumber Reports,
Made Easy

The ultimate open-source HTML reporter for Cucumber. Transform messy JSON output into sleek, interactive, and insightful test reports that your team will actually love to read.

Cucumber Report Dashboard
1M+
NPM Downloads
270+
GitHub Stars
6.2K+
Dependents
248K+
Weekly Downloads

Precision Reporting

Stop digging through log files. Our reporter visualizes every step of your BDD journey with precision and clarity.

Detailed Metrics

Get visual feedback on your test execution with interactive pie charts and trend lines.

Insightful Reports

Get detailed insights into your test execution with interactive charts and tables.

Lightning Fast

Optimized, fast loading and smooth interactions.

Deep Integration

Supports screenshots, video and logs attachments, and custom metadata for every failing scenario.

Simple Setup,
Powerful Results

Integration takes minutes. Just pass your JSON output files and let our engine handle the rest.

Read the full installation guide
import { generate } from 'multiple-cucumber-html-reporter';generate({  jsonDir: './reports/json/',  reportPath: './reports/html/',  metadata: {    browser: {      name: 'chrome',      version: '112'    },    platform: {      name: 'osx',      version: 'Ventura'    }  }});

Support the Open Source Ecosystem

Sponsor

Help us maintain the project with your support.

Support Project

Star on GitHub

Show your love! A simple star helps us grow our community and gain visibility.

Star Repository

Contribute

Found a bug or have a feature idea? Join our discord and open a pull request.

Join Discord