How do I enable verbose output from Postman Newman? (to show the request body)
When running a collection test with Newman, I would like it to display the submitted request in order to get a more verbose record of the test (and make sure the environment variables were replaced correctly).
I checked the Newman command line options in the project documentation and didn't find anything, and the -O option described in this old release doesn't work.
I would like to know how to activate verbose output.
+3
source to share
1 answer