use pnpm command

This commit is contained in:
Niccolo Borgioli 2024-08-27 10:56:21 +02:00
parent f8d8fa05b0
commit 7691dc80f8

View File

@ -12,7 +12,7 @@ const config: PlaywrightTestConfig = {
timeout: 30_000, timeout: 30_000,
webServer: { webServer: {
command: 'docker compose -f docker-compose.dev.yaml up', command: 'pnpm run docker:up',
port: 3000, port: 3000,
reuseExistingServer: true, reuseExistingServer: true,
}, },