Running the Jetman test in mail mode

I am using Postman Jetpacks test collections, they work very well, but I have to run the test inside Postman application.

Actually I need to run those tests that I developed in Postman Jetpack using the command line to make it scriptable. My approach is to use the Newman command to execute test collections. However, it looks like I can only execute queries using Newman instead of tests or even isolated tests.

Can I run a collection of tests created in Jetpack with Newman?

+3


source to share


1 answer


After some research it turned out that it is possible to collect Postman Jetpack collections with Newman, Newman will also pass tests and display information properly.



This is a fun way to run integration tests for an API.

+2


source







All Articles