Skip to content

Commit

Permalink
Playwright reuse existing server
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikSchmidt committed Aug 28, 2024
1 parent 1967bbe commit b6347f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default defineConfig({
webServer: {
command: "MOCK_EXTERNAL_APIS=true npm run dev",
url: baseURL,
reuseExistingServer: false,
reuseExistingServer: true,
// stdout: "pipe",
},
});

0 comments on commit b6347f2

Please sign in to comment.