Improve UI stability for e2e

This commit is contained in:
beatz174-bit
2025-11-24 19:43:38 +10:00
parent b3c284333a
commit f4405af903
3 changed files with 18 additions and 20 deletions
+2 -1
View File
@@ -2,7 +2,8 @@ import { defineConfig, devices } from '@playwright/test';
export default defineConfig({
testDir: './e2e',
fullyParallel: true,
fullyParallel: false,
workers: 4,
retries: process.env.CI ? 2 : 0,
use: {
baseURL: 'http://127.0.0.1:4173',