test(e2e): update Playwright suite for Respellion UI

This commit is contained in:
2026-04-30 16:35:28 +02:00
parent 74a05253e7
commit 3a63ec8dcc
5 changed files with 81 additions and 82 deletions

View File

@@ -7,7 +7,7 @@ export default defineConfig({
retries: 0,
reporter: [['list'], ['html', { open: 'never' }]],
use: {
baseURL: process.env.BASE_URL ?? 'http://localhost',
baseURL: process.env.BASE_URL ?? 'http://localhost:5173',
trace: 'on-first-retry',
screenshot: 'only-on-failure',
headless: !!process.env.CI,