We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25727fc commit 5322b1bCopy full SHA for 5322b1b
apps/sdk-vite-integration/playwright.config.ts
@@ -35,10 +35,10 @@ export default defineConfig({
35
},
36
],
37
// Run your local dev server before starting the tests.
38
- // webServer: {
39
- // command: 'yarn dev',
40
- // url: 'http://localhost:5173',
41
- // timeout: 120 * 1000,
42
- // reuseExistingServer: !process.env.CI,
43
- // },
+ webServer: {
+ command: 'yarn dev',
+ url: 'http://localhost:5173',
+ timeout: 120 * 1000,
+ reuseExistingServer: !process.env.CI,
+ },
44
});
0 commit comments