I am running cypress tests on Jenkins, recording the tests, and viewing the recording on the Cypress Cloud platform.
I can view a video and see a screenshot of the tests. However, I would like to be able to record and view the Network requests sent during the test, and view them in the Cypress Cloud.
Is it possible? If so, how?
All information I found related to the Cyperss Cloud and the network was about intercepting specific requests, and I want to be able to show devs the whole network history without expecting one specific request.
Thanks