Skip to content

Modify original code to fix some charater problem, such as 中文

Notifications You must be signed in to change notification settings

alexwishes/newman-reporter-allure

 
 

Repository files navigation

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>

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

About

Modify original code to fix some charater problem, such as 中文

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%