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 2c24b12 commit 69474faCopy full SHA for 69474fa
federated-css-react-ssr/playwright.config.ts
@@ -1,6 +1,7 @@
1
import { defineConfig, devices } from '@playwright/test';
2
3
-const reuseExisting = !process.env.CI;
+// Always reuse existing servers to avoid repeated start/stop cycles during runs
4
+const reuseExisting = true;
5
6
export default defineConfig({
7
testDir: './e2e',
0 commit comments