diff --git a/cypress.config.ts b/cypress.config.ts index f44506bc..23d5918b 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -22,7 +22,7 @@ const baseHost = getEnvVar('E2E_BASE_HOST', 'SPRYKER_FE_HOST'); export default defineConfig({ env: { repositoryId: process.env.ENV_REPOSITORY_ID, - isDynamicStoreEnabled: process.env.ENV_IS_DYNAMIC_STORE_ENABLED || false, + isDynamicStoreEnabled: getEnvVar('ENV_IS_DYNAMIC_STORE_ENABLED', 'SPRYKER_DYNAMIC_STORE_MODE') || false, backofficeUrl: `${protocol}://${backofficeHost}`, merchantPortalUrl: `${protocol}://${merchantPortalHost}`, glueUrl: `${protocol}://${glueHost}`,