
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 aX.Y.Z-SNAPSHOT
version - Make sure
package.json
has aX.Y.Z
version
Now release:
make release