update node and playwright

This commit is contained in:
2024-08-23 11:02:30 +02:00
parent dbcb3870aa
commit ca72e94e3c
7 changed files with 60 additions and 54 deletions

View File

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