Skip to content

Commit 0df09bc

Browse files
committed
fix: testing integration with different config
1 parent 7048a00 commit 0df09bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

playwright.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { devices } from '@playwright/test';
33
/** @type {import('@playwright/test').PlaywrightTestConfig} */
44
const config = {
55
webServer: {
6-
command: 'bun run build && bun run preview',
6+
command: 'bash -lc "bun run build && bun run preview -- --host 0.0.0.0 --port 4173 --strictPort"',
77
url: 'http://localhost:4173',
88
reuseExistingServer: !process.env.CI,
99
timeout: 180 * 1000 // 3 minutes timeout for web server startup

0 commit comments

Comments
 (0)