Some workout management tests fixed with Antigravity

This commit is contained in:
AG
2025-12-08 16:17:13 +02:00
parent 615c3a0cb7
commit d2dc474f0f
7 changed files with 363 additions and 18 deletions

View File

@@ -2,10 +2,11 @@ import { defineConfig, devices } from '@playwright/test';
export default defineConfig({
testDir: './tests',
fullyParallel: true,
fullyParallel: false,
forbidOnly: !!process.env.CI,
retries: process.env.CI ? 2 : 0,
workers: process.env.CI ? 1 : undefined,
workers: 1,
timeout: 60000,
reporter: 'html',
use: {
baseURL: 'http://localhost:3000',