Skip to content

Commit

Permalink
chore: leave in concurrencly config for playwright (#4927)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking authored Oct 9, 2024
1 parent 0725ac7 commit 9adec2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ export default defineConfig({
retries: process.env.CI ? 2 : 0,
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
reporter: "html",
/* Opt out of parallel tests on CI. */
// workers: process.env.CI ? 1 : undefined,
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
use: {
/* Base URL to use in actions like `await page.goto('/')`. */
Expand Down

0 comments on commit 9adec2c

Please sign in to comment.