To install dependencies:
npm iTo run all tests locally use:
newman run postman_collection.json -e qa_env.jsonTo launch tests use:
npx newman run postman_collection.json -e qa_env.json -r allure --reporter-allure-output=./allure-resultsallure generate ./allure-results --output ./allure-report --cleanallure open ./allure-reportnpm run test:api
npm run report:allureLocal