This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@felipecrs/newman-reporter-allure

1.1.2 • Public • Published

newman-reporter-allure

A newman reporter for generating nice and clean report using Allure-js framework

Installation

$ npm install -g newman-reporter-allure

Usage

To generate Allure results, specify allure in Newman's -r or --reporters option.

$ newman run <Collection> -e <Environment> -r allure
$ newman run <Collection> -e <Environment> -r allure --reporter-allure-export <allure-results-out-dir>

Use the option --report-allure-collection-as-parent-suite to use the collection name as the parent suite title under the Suites view. This helps when you run multiple collections and want to aggregate them in a single report.

Generating and Serving Allure report

Allure results will be generated under folder "allure-results" in the root location. Use allure-commandline to serve the report locally.

$ allure serve

Generate the static report web-application folder using allure-commandline

 $ allure generate --clean

Report will be generated under folder "allure-report" in the root location.

Screenshot

Package Sidebar

Install

npm i @felipecrs/newman-reporter-allure

Weekly Downloads

131

Version

1.1.2

License

ISC

Unpacked Size

230 kB

Total Files

7

Last publish

Collaborators

  • felipecrs