API_Guy
4 years agoOccasional Contributor
API execution report in Azure devops pipeline to capture all detailed requests and response
Hi There,
For automated API execution, I have created an Azure DevOps pipeline using YML. Now, whenever there will be any failures I want to know the corresponding request and response so that it helps me to debug more efficiently.
But I am not able to find any suitable reporting that can capture all the details of requests and responses.
Could anyone please suggest any leads with the implementation guide also?
Thanks in advance!
- I believe that the tool captures the data for the failed cases.
Otherwise, use events to log the request and response.