diff --git a/cypress.config.ts b/cypress.config.ts index 37af4329..00deeac0 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -8,6 +8,7 @@ export default defineConfig({ projectId: '7wfgwp', chromeWebSecurity: false, experimentalModifyObstructiveThirdPartyCode: true, + experimentalSourceRewriting: true, retries: 2, defaultCommandTimeout: 5000, watchForFileChanges: true,