You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

cucumber-html

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cucumber-html

Cross platform HTML formatter for all implementations of Cucumber

0.2.4
latest
Source
npm
Version published
Weekly downloads
5.7K
10.62%
Maintainers
4
Weekly downloads
 
Created
Source

build status Cucumber-HTML is a cross-platform HTML formatter for all the Cucumber implementations. It's currently only used by Cucumber-JVM and Cucumber.js, but may be used by other implementations later.

Prerequisites

The formatter generates HTML that conforms to the HTML5 specification, so you need a modern browser to see the results.

Generating PDF

This formatter replaces Cucumber's old PDF formatter. You can easily turn a HTML report into a PDF with the excellent wkhtmltopdf:

wkhtmltopdf cucumber-report.html cucumber-report.pdf

Release process

  • Make sure pom.xml has a X.Y.Z-SNAPSHOT version
  • Make sure package.json has a X.Y.Z version

Now release:

make release

FAQs

Package last updated on 26 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts