use more ci agents

pull/153/head
Marcus Felling 2022-09-14 11:26:12 -05:00
parent e8167ce286
commit 7c16303c9e
1 changed files with 0 additions and 2 deletions

View File

@ -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'],