website refactor
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user