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 b604a48 commit e52f709Copy full SHA for e52f709
playwright.config.ts
@@ -130,12 +130,4 @@ export default defineConfig({
130
// use: { ...devices['Desktop Chrome'], channel: 'chrome' },
131
// },
132
],
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
- },
141
});
0 commit comments