chore: update playwright workker to 100%

This commit is contained in:
tzhangchi
2022-12-27 15:45:44 +08:00
parent 697d265532
commit b3df4eb22e
2 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ const config: PlaywrightTestConfig = {
/* Retry on CI only */
retries: process.env.CI ? 2 : 0,
/* Opt out of parallel tests on CI. */
workers: process.env.CI ? 1 : undefined,
workers: '100%',
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
reporter: 'list',
// reporter: 'html',