Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ab-smith committed Oct 2, 2024
1 parent 8e48fca commit 4ecd352
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ const config: PlaywrightTestConfig = {
? 'echo "The docker compose frontend server didn\'t start correctly"'
: 'npm install -g pnpm && pnpm install && pnpm run build && pnpm run preview',
port: process.env.COMPOSE_TEST ? 3000 : 4173,
reuseExistingServer: process.env.COMPOSE_TEST
reuseExistingServer: process.env.COMPOSE_TEST,
timeout: 120 * 1000
},
testDir: 'tests',
outputDir: 'tests/results',
Expand Down

0 comments on commit 4ecd352

Please sign in to comment.