You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
you can close the issue. After I updated the Cypress version to 9.0.0 I can see the request in the terminal.
Maybe this is not the fix but it works now for me.
If I have again this issue, I will open another ticket.
If requests override each other, then the newest matching request should be called.
Somehow this plugin disables this order.
The workaround is to disable/remove 'cy:request' in options.collectTypes
Example:
Add the following overwrite to the /support/commands.js
In the real request overwrite we added baseAuth credentials which are not used but the example with the user-agent also works as an example, I hope.
In the request header no "User-Agent" = "Cypress" is shown.
The text was updated successfully, but these errors were encountered: