Hello everybody, how can I hide a single response when running a collection using newman with the cli reporter?
I have several requests and the first one retrieves a bearer token, I would like to hide the response body because I need a report to be displayed in the logs of the CICD pipeline in gitlab; here my command:
newman run postman_collection.json --verbose -e postman_environment.json -d test_config_file.json --delay-request 3000 || exit $?
There is a similar topic but no response there, here the link: