parallel tests

This commit is contained in:
counterweight 2025-12-25 00:48:22 +01:00
parent 73a45b81cc
commit 139a5fbef3
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
5 changed files with 61 additions and 228 deletions

View file

@ -15,7 +15,7 @@ const ADMIN_EMAIL = "admin@example.com";
const ADMIN_PASSWORD = "admin123";
// Helper to create an invite via the API
const API_BASE = "http://localhost:8000";
const API_BASE = process.env.NEXT_PUBLIC_API_URL || "http://localhost:8000";
async function createInvite(request: APIRequestContext): Promise<string> {
// Login as admin