filiphric / cypress-plugin-api

Cypress plugin to show your API information in the Cypress UI runner
ISC License
250 stars 33 forks source link

The request urls are not shown in test replay recording in cypress cloud #129

Open pablosmalys opened 7 months ago

pablosmalys commented 7 months ago

When I am recording to cypress cloud and some of my test contains cy.api command, the UI viewer of request doesn't display url address. The issue doesn't appear when I am executing tests locally.

Test on safari and chrome browsers.

cypress v : 13.5.1 "cypress-plugin-api": "^2.11.1"

image
filiphric commented 4 days ago

this seems related to #130, I wrote a comment in there, will give some updates soon