filiphric / cypress-plugin-api

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

Cannot hide credentials in Query parameter #108

Closed AdamTomasov closed 1 year ago

AdamTomasov commented 1 year ago

I can not hide credentials from qs parameter. I have tried to defined hideCredentialsOptions: { qs: ["password", "username"]} but is not worked. image