feat: integration of pipeline hooks into testing

This commit is contained in:
2026-01-12 13:37:48 +01:00
parent 8b429b7a8e
commit 62a4008c29
9 changed files with 58 additions and 19 deletions

View File

@@ -5,14 +5,14 @@ export default defineConfig({
fullyParallel: true,
forbidOnly: !!process.env.CI,
retries: 0,
workers: 5,
workers: 1,
reporter: 'list',
use: {
baseURL: process.env.WEB_URL || 'http://localhost:3000',
trace: 'retain-on-failure',
screenshot: 'only-on-failure',
},
timeout: 60000,
timeout: 180000,
expect: {
timeout: 10000,
},