Skip to content

EugeneBeletsky/reqres_api_postman

Repository files navigation

Install dependencies

To install dependencies:

npm i

Run Collection Locally

To run all tests locally use:

newman run postman_collection.json -e qa_env.json

Launch with npx for Allure report

To launch tests use:

npx newman run postman_collection.json -e qa_env.json -r allure --reporter-allure-output=./allure-results

Generate Allure report

allure generate ./allure-results --output ./allure-report --clean

Open report

allure open ./allure-report

Run tests with scripts from package.json

npm run test:api
npm run report:allureLocal

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors