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 64a1d78 commit 2c24b12Copy full SHA for 2c24b12
federated-css/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