Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1013 Bytes

README.adoc

File metadata and controls

34 lines (24 loc) · 1013 Bytes

Run postman tests using Gradle Build Status

This repository contains example how to execute postman collection tests using gradle (newman node package)

  1. src/test/json - add postman collection with tests

  2. package.json - add test task test:n

  3. run gradle build to test and build single html report

  4. open in browser build/postman/index.html

unix
./gradlew

npm i /g serve
serve build/postman

./gradlew dependencyUpdates -Drevision=release
windows
gradlew

npm i /g serve
serve build/postman

gradlew dependencyUpdates -Drevision=release

links: