use more ci agents
parent
e8167ce286
commit
7c16303c9e
|
@ -27,8 +27,6 @@ const config: PlaywrightTestConfig = {
|
|||
forbidOnly: !!process.env.CI,
|
||||
/* Retry on CI only */
|
||||
retries: process.env.CI ? 2 : 0,
|
||||
/* Opt out of parallel tests on CI. */
|
||||
workers: process.env.CI ? 1 : undefined,
|
||||
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
|
||||
reporter: [
|
||||
['html'],
|
||||
|
|
Loading…
Reference in New Issue