test(e2e): add frontend smoke coverage
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import path from "node:path";
|
||||
|
||||
export const E2E_BASE_URL =
|
||||
process.env.E2E_BASE_URL || "http://127.0.0.1:3100";
|
||||
|
||||
export const E2E_AUTH_SECRET =
|
||||
process.env.E2E_NEXTAUTH_SECRET ||
|
||||
"tjwater-playwright-local-secret-at-least-32-characters";
|
||||
|
||||
export const AUTH_STATE_PATH = path.join(
|
||||
process.cwd(),
|
||||
"e2e",
|
||||
".auth",
|
||||
"user.json",
|
||||
);
|
||||
Reference in New Issue
Block a user