We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f3e06 commit b37d84bCopy full SHA for b37d84b
examples/metamask/cypress.config.ts
@@ -2,7 +2,7 @@ import { configureSynpressForMetaMask } from '@synthetixio/synpress/cypress'
2
import { defineConfig } from 'cypress'
3
4
export default defineConfig({
5
- chromeWebSecurity: false,
+ chromeWebSecurity: true,
6
e2e: {
7
baseUrl: 'http://localhost:9999',
8
specPattern: 'test/cypress/**/*.cy.{js,jsx,ts,tsx}',
0 commit comments