more robust config

This commit is contained in:
Niccolo Borgioli 2024-08-27 00:22:41 +02:00
parent a10d8735dd
commit ba474dff31

View File

@ -4,13 +4,12 @@ const config: PlaywrightTestConfig = {
use: {
video: 'retain-on-failure',
baseURL: 'http://localhost:3000',
actionTimeout: 10_000,
actionTimeout: 30_000,
},
outputDir: './test-results',
testDir: './test',
timeout: 30_000,
fullyParallel: true,
webServer: {
command: 'docker compose -f docker-compose.dev.yaml up',