fix: use workspace name 'workflowui' not path in playwright webServer command

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-10 01:08:02 +00:00
parent ffc4498a20
commit bdf5d0951e

View File

@@ -28,7 +28,7 @@ export default defineConfig({
/* Start workflowui dev server automatically when not running against Docker stack */
webServer: process.env.PLAYWRIGHT_BASE_URL ? undefined : {
command: 'npm run dev -w frontends/workflowui',
command: 'npm run dev -w workflowui',
url: 'http://localhost:3000/workflowui/',
reuseExistingServer: !process.env.CI,
timeout: 120_000,