cucumber-json-2-pdf
v1.0.21
Published
Welcome to the `cucumber-json-2-pdf` project!
Downloads
125
Readme
README
Welcome to the cucumber-json-2-pdf
project!
Description
This project aims to generate PDF reports based on data analysis.
Installation
To install the necessary dependencies, run the following command:
npm install -g cucumber-json-2-pdf
Usage
To generate a PDF report, execute the following command:
cucumber-json-2-pdf convert -j examples/cucumber.json -o output -p Android-Sanity -e DEovan -n Teste -m [email protected] -l images/logo.png
options
Usage: cucumber-json-2-pdf [options]
Options:
-V, --version output the version number
-j, --json <path> Path to the Cucumber JSON file
-o, --output <dir> Output directory for the PDFs
-p, --project <name> Project name
-e, --execution <name> Execution responsible
-n, --owner <name> Owner name
-m, --email <email> Owner email
-x, --debug output extra debugging
-l, --logo <path> Path to the logo image
-h, --help display help for command
License
This project is licensed under the ISC License