chore: Fix pw issues

This commit is contained in:
Sidharth Vinod
2025-03-17 19:51:04 -07:00
parent bb084867fa
commit 87e0b91543
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ export default defineConfig({
fullyParallel: true,
forbidOnly: !!process.env.CI,
retries: process.env.CI ? 2 : 0,
workers: process.env.CI ? 1 : undefined,
reporter: 'html',
workers: process.env.CI ? 3 : undefined,
reporter: process.env.CI ? [['github'], ['list']] : 'list',
use: {
baseURL: 'http://localhost:3000',
trace: 'on-first-retry',