We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e71c5 commit 7083232Copy full SHA for 7083232
testing/e2e/playwright.config.ts
@@ -75,7 +75,7 @@ export default defineConfig({
75
stderr: 'pipe',
76
stdout: process.env.CI ? 'pipe' : 'ignore',
77
timeout: 10_000,
78
- url: `http://localhost:${apiPort}`
+ url: `http://localhost:${apiPort}/v1/setup`
79
},
80
{
81
command: 'pnpm dev:test',
0 commit comments