I'm using the Postman Jetpacks tests collections, they work very well, but I must run the test inside the Postman application.
Actually I need to run the tests I designed in Postman Jetpack using a command line to make it scriptable. My approach is to use Newman commands line to be able to execute the test collections. However looks like I can only execute requests using Newman instead of tests collections or even isolated tests.
Is it posible to run tests collection created on Jetpack with Newman?