Skip to content

Commit

Permalink
Set Cypress cfg chromeWebSecurity to false
Browse files Browse the repository at this point in the history
  • Loading branch information
sbreker committed Oct 23, 2024
1 parent 13439ec commit 86b9728
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress.config.oidc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = defineConfig({
retries: {'runMode': 2},
baseUrl: 'http://localhost:63001',
specPattern: 'cypress/e2e/oidc/**/*.cy.js',
supportFile: 'cypress/support/e2e.js'
supportFile: 'cypress/support/e2e.js',
chromeWebSecurity: false,
},
})

0 comments on commit 86b9728

Please sign in to comment.