export const AUTH_FILE = 'tests/e2e/.auth/user.json'; export function isAuthEnabled(): boolean { return Boolean(process.env.E2E_USER); }