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 00ac90a commit 249058dCopy full SHA for 249058d
playwright.config.ts
@@ -66,9 +66,10 @@ export default defineConfig({
66
],
67
68
/* Run your local dev server before starting the tests */
69
- // webServer: {
70
- // command: 'npm run start',
71
- // url: 'http://127.0.0.1:3000',
72
- // reuseExistingServer: !process.env.CI,
73
- // },
+ webServer: {
+ command: 'npm run dev',
+ port: 1234,
+ timeout: 60 * 1000,
+ reuseExistingServer: !process.env.CI,
74
+ },
75
});
0 commit comments