A CucumberJS formatter that generates pretty HTML reports for test results. Version 0.1.0 is the initial release. It conforms to the Cucumber formatter API and outputs a standalone HTML file. Designed as the default formatter for Autokin framework, but can be used standalone with any cucumber-js project. Supports saving output to a custom file path.
npm install autokin-html-formatterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Show how to install and use the formatter with cucumber-js to generate an HTML report.
Use absolute path or create directory before running cucumber-js.
Upgrade cucumber-js to version 3.0.0 or later.
Always use command line format flag.
Run npm install --save-dev autokin-html-formatter
Install cucumber@^3.0.0
Ensure target directory exists and is writable, or use an absolute path.