website refactor

This commit is contained in:
2026-01-21 22:36:01 +01:00
parent ea58909070
commit 5ed958281d
49 changed files with 8763 additions and 131 deletions

View File

@@ -9,7 +9,7 @@ import { defineConfig } from '@playwright/test';
export default defineConfig({
testDir: './tests/e2e/api',
testMatch: ['**/api-smoke.test.ts'],
testMatch: ['**/api-smoke.test.ts', '**/league-api.test.ts'],
// Setup for authentication
globalSetup: './tests/e2e/api/api-auth.setup.ts',