https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42772 --- Comment #3 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 199907 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=199907&action=edit Bug 42772: Cypress.env => cy.env Warning: The allowCypressEnv configuration option is enabled. This allows any browser code to read values from Cypress.env(). This is insecure and will be removed in a future major version. 1. Replace Cypress.env() calls with cy.env() (for sensitive values) or Cypress.expose() (for public configuration) 2. Set allowCypressEnv: false in your Cypress configuration to disable Cypress.env() Learn more: https://on.cypress.io/cypress-env-migration -- You are receiving this mail because: You are watching all bug changes.