Browse Source

refactor(playwright): remove webServer in playwright config

pull/5903/head
Wing-Kam Wong 1 year ago
parent
commit
e21c031738
  1. 11
      tests/playwright/playwright.config.ts

11
tests/playwright/playwright.config.ts

@ -100,15 +100,4 @@ export default defineConfig({
/* Folder for test artifacts such as screenshots, videos, traces, etc. */
outputDir: './output',
/* Run your local dev server before starting the tests */
webServer: {
cwd: '../../packages/nc-gui',
command: 'pnpm run ci:run',
reuseExistingServer: !process.env.CI,
stdout: 'ignore',
stderr: 'pipe',
timeout: 300000,
url: 'http://localhost:3000',
},
});

Loading…
Cancel
Save