diff --git a/cypress.config.ts b/cypress.config.ts index eb17cc51c..f46e87aa0 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -64,6 +64,10 @@ export default defineConfig({ } }) + if (process.env.CYPRESS_baseUrl) { + return config + } + // Remove container after run on('after:run', () => { if (!process.env.CI) {