mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-23 21:06:22 +08:00
feat: first test for data center
This commit is contained in:
@@ -24,8 +24,11 @@ const config: PlaywrightTestConfig = {
|
||||
// Record video only when retrying a test for the first time.
|
||||
video: 'on-first-retry',
|
||||
},
|
||||
retries: process.env.CI ? 3 : 0,
|
||||
workers: '100%',
|
||||
|
||||
fullyParallel: true,
|
||||
forbidOnly: !!process.env.CI,
|
||||
retries: process.env.CI ? 2 : 0,
|
||||
workers: process.env.CI ? '100%' : undefined,
|
||||
|
||||
webServer: {
|
||||
command: 'pnpm build && pnpm start -p 8080',
|
||||
|
||||
Reference in New Issue
Block a user