Browse Source

chore(playwright): remove port

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

1
tests/playwright/playwright.config.ts

@ -105,7 +105,6 @@ export default defineConfig({
webServer: {
cwd: '../../packages/nc-gui',
command: 'pnpm run ci:run',
port: 3000,
reuseExistingServer: !process.env.CI,
stdout: 'ignore',
stderr: 'pipe',

Loading…
Cancel
Save