UNPKG

newman-tests-runner

Version:

Run Multiple Postman Collections and generate report in a single go.

35 lines (34 loc) 863 B
{ "name": "newman-tests-runner", "version": "1.0.2", "description": "Run Multiple Postman Collections and generate report in a single go.", "type": "module", "main": "index.js", "bin": { "newman-tests-runner": "./bin/newman-tests-runner.js", "ntrun": "./bin/newman-tests-runner.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "newman", "runner", "multiple-files", "ntrun", "newman-tests-runner" ], "author": "Bhavani Prasad Jindam", "license": "ISC", "dependencies": { "console-log-colors": "^0.4.0", "lodash": "^4.17.21", "newman": "^5.3.2", "newman-reporter-htmlextra": "^1.22.11", "postman-collection": "^4.1.7", "yargs": "^17.7.2" }, "repository": { "url": "https://github.com/jindambhavaniprasad/newman-tests-runner" } }