Files
AutomatedAssessmentFeedback…/playwright.config.ts
T
2025-04-24 08:15:24 +01:00

10 lines
180 B
TypeScript

import { defineConfig } from '@playwright/test';
export default defineConfig({
use: {
baseURL: 'http://localhost:5173',
},
testDir: './tests/bdd',
timeout: 30000,
});