mirror of
https://github.com/jcreek/LivingDexTracker.git
synced 2026-09-14 17:42:17 +00:00
fix: harden review findings and Netlify install
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
import type { Page } from '@playwright/test';
|
||||
import type { ScenarioState } from '../fixtures';
|
||||
import { requireLoopbackUrl } from '../../support/loopback';
|
||||
|
||||
const SUPABASE_URL = process.env.TEST_SUPABASE_URL ?? 'http://127.0.0.1:54321';
|
||||
const SUPABASE_URL = requireLoopbackUrl(
|
||||
process.env.TEST_SUPABASE_URL ?? 'http://127.0.0.1:54321',
|
||||
'TEST_SUPABASE_URL'
|
||||
);
|
||||
const SERVICE_ROLE_KEY = process.env.E2E_SERVICE_ROLE_KEY;
|
||||
|
||||
function requireServiceRoleKey(): string {
|
||||
|
||||
Reference in New Issue
Block a user