This repository contains example how to execute postman collection tests using gradle (newman node package)
-
src/test/json
- add postman collection with tests -
package.json
- add test task test:n -
run
gradle build
to test and build single html report -
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: