filiphric / cypress-plugin-api

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

credentials are not sent correctly when hideCredentials mode is on #31

Closed filiphric closed 1 year ago

filiphric commented 1 year ago

as pointed out in this comment when hideCredentials was on, it actually sent anonymized data to the server. a blunder on my part as I didn’t realize the obvious logical error.