This package has been deprecated

Author message:

This package is now published under @cucumber/html-formatter

cucumber-html-formatter
TypeScript icon, indicating that this package has built-in type declarations

3.1.0 • Public • Published

cucumber-html-formatter

For general information, see the parent README.md

Hacking

While hacking on this module you may want to try it out manually. To be able to do this without getting errors, first run:

make clean && make && make npm-link-shared

This is to avoid errors from React as described in facebook/react#13991.

After you have done that you should be able to generate HTML reports. For example, to generate a report with random results for the .feature files used in gherkin's test suite:

cd ../../gherkin
../fake-cucumber/javascript/bin/fake-cucumber \
  --results random \
  testdata/good/*.feature | \
  ../html-formatter/javascript/bin/cucumber-html-formatter.js > \
  gherkin.html

Docker image

The Docker image is automatically built on docker hub, but you can also build it locally:

source ../../scripts/functions.sh
docker_build Dockerfile

Readme

Keywords

none

Package Sidebar

Install

npm i cucumber-html-formatter

Weekly Downloads

38

Version

3.1.0

License

MIT

Unpacked Size

3.34 MB

Total Files

37

Last publish

Collaborators

  • cukebot
  • davidjgoss