There's a lot of open issues
HTML formatter for Cucumber
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 13.1
~> 0.6.0
~> 3.12
~> 1.41.0
~> 2.15.0

Runtime

 Project Readme

Cucumber HTML Formatter

This is a cross-platform formatter that produces a pretty HTML report for Cucumber runs.

It is built on top of @cucumber/react-components and works with any Cucumber implementation with a message formatter that outputs cucumber messages.

This formatter is built into the following Cucumber implementations:

Contributing

The Java and Ruby packages are wrappers that bundle the build artefacts from the Javascript package.

Thus, to work on either the Java or Ruby packages, you will need to have installed Node.js first.

Once you have Node.js installed, you can use:

make prepare

This will build the Javascript package and copy the required artifacts to the Java and Ruby packages.