wrmlopes / newman-reporter-allure

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

newman-reporter-allure-ftabb

A newman reporter to generate a clean and good report using the Allure-js framework adapted for use in a specific framework. Generated from the original at https://www.npmjs.com/package/newman-reporter-allure

Installation

$ npm install -g newman-reporter-allure-ftabb

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>

About

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


Languages

Language:JavaScript 100.0%