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 b21365a commit 64a1d78Copy full SHA for 64a1d78
federated-css-react-ssr/playwright.config.ts
@@ -35,7 +35,8 @@ export default defineConfig({
35
{
36
command: 'node scripts/start-exposes.cjs',
37
cwd: __dirname,
38
- port: 3001,
+ // Wait for the last expose to be up to avoid racing shells against early ports
39
+ port: 3007,
40
reuseExistingServer: reuseExisting,
41
timeout: 900_000,
42
},
0 commit comments