Skip to content

Commit e52f709

Browse files
remove webserver from playwright config
1 parent b604a48 commit e52f709

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

playwright.config.ts

-8
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,4 @@ export default defineConfig({
130130
// use: { ...devices['Desktop Chrome'], channel: 'chrome' },
131131
// },
132132
],
133-
134-
/* Run your local dev server before starting the tests */
135-
webServer: {
136-
command: 'pnpm dev',
137-
url: baseURL,
138-
timeout: 120 * 1000,
139-
reuseExistingServer: !process.env.CI,
140-
},
141133
});

0 commit comments

Comments
 (0)