DEV Community

Discussion on: How to protect sensitive data with Cypress

Collapse
 
walmyrlimaesilv profile image
Walmyr • Edited

Hi, @abhimassive ,
For that, we can pass the option { log: false } when typing the password.
E.g., cy.get('#password').type(Cypress.env('user_password'), { log: false }).