newman reporter for Allure
npm install newman-reporter-testopsThis is a custom newman-reporter using Allure-js framework and TestOps.
This reporter based on https://github.com/ervirendersingh/newman-reporter-allure
console
$ npm install -g /path/to/newman-reporter-testops/ --save
`$3
To generate Allure results, specify testops in Newman's -r or --reporters option.`console
$ newman run -e -r testops
$ newman run -e -r testops --reporter-testops-export
`$3
Results will be generated under folder "allure-results" in the root location.
Use allure-commandline to serve the report locally.
`console
$ allure serve
`
Generate the static report web-application folder using allure-commandline
`console
$ allure generate --clean
``
In each postman request need to set case id, like (id: case_id)

How it looks in TestOps
