From 1a66c3ddc4e438e8861e98302da6743b34c026f7 Mon Sep 17 00:00:00 2001 From: Vincent Auger Date: Tue, 1 Oct 2024 14:29:34 -0300 Subject: [PATCH] fix: add source rewriting to cypress --- cypress.config.ts | 1 + 1 file changed, 1 insertion(+) 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,