0.0.1 • Published 4 years ago

newman-reporter-integrity-logger v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

h4. Notes

docker run -v $(pwd)/collections:/etc/newman -t postman/newman \ run "RMM API TESTS V1.1.postman_collection.json" \ --environment "RMM API TESTS tst01.postman_environment.json" --reporters "json-summary"

docker run -v ":/etc/newman" --entrypoint /bin/ <image:tag> -c "npm i -g newman-reporter-; newman run sample-collection.json -r "

docker run -v "$(pwd)/collections:/etc/newman" --entrypoint /bin/sh postman/newman:alpine -c "npm i -g newman-reporter-json newman-reporter-json-summary; newman run collection.postman_collection.json -e env.postman_environment.json -r json,json-summary,cli"

docker run -v "$(pwd)/collections:/etc/newman" --entrypoint /bin/sh postman/newman:alpine -c "npm i -g @overture/newman-reporter-integrity-logger; newman run collection.postman_collection.json -e env.postman_environment.json -r integrity-logger,cli"

sudo rm -r ./collections/newman

0.0.2

4 years ago

0.0.1

4 years ago