diff --git a/playwright.config.ts b/playwright.config.ts index 2522ddeb..59ab836c 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -25,7 +25,7 @@ function getSupabaseEnv() { } } -if (process.env.DIRECT_SUPABASE_SETUP_IN_PLAYWRIGHT !== 'true') { +if (process.env.DIRECT_SUPABASE_SETUP_IN_PLAYWRIGHT !== 'false') { const supabaseEnv = getSupabaseEnv() // Inject into process.env so Playwright and your app code can read them