I tried to run the end point which is running fine on postman and I just exported as collection and running it through newman on JENKINS CI.
Command:
newman run <POSTMAN_COLLECTION>.json -r json,cli
I'm getting the response.json file in the current directory as like below file:
I'm not able to see the response body inside the json file.
I'm googled but no luck. Is there anyway to get the response body for this postmand_collection? how can I achieve this?
I just want to get the response body as json file and I need to use it as request for other service.