cucumber-json-2-pdf

1.0.22 • Public • Published

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 Teste@teste.com -l images/logo.png -t "DET - Documento de Evidência de Testes"

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
  -t, --title <text>      Title on header  
  -h, --help              display help for command

License

This project is licensed under the ISC License

Package Sidebar

Install

npm i cucumber-json-2-pdf

Weekly Downloads

3

Version

1.0.22

License

ISC

Unpacked Size

97.2 kB

Total Files

5

Last publish

Collaborators

  • deovan