Skip to content

Commit

Permalink
Merge pull request #848 from aehrc/feature/playwright
Browse files Browse the repository at this point in the history
Feature/playwright
  • Loading branch information
fongsean authored Jun 12, 2024
2 parents 05ef2cc + 68d5b44 commit af7ffbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/smart-forms-app/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default defineConfig({
/* Retry on CI only */
retries: process.env.CI ? 2 : 0,
/* Opt out of parallel tests on CI. */
workers: process.env.CI ? 1 : undefined,
workers: process.env.CI ? 4 : undefined,
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
reporter: 'html',
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
Expand Down

0 comments on commit af7ffbb

Please sign in to comment.