3.1.0 • Published 4 years ago

cucumber-html-formatter v3.1.0

Weekly downloads
1,201
License
MIT
Repository
github
Last release
4 years ago

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
3.1.0

4 years ago

3.0.0

4 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago