Skip to content

Commit

Permalink
change playwright config
Browse files Browse the repository at this point in the history
  • Loading branch information
jooy2 committed Dec 14, 2023
1 parent c23c673 commit 9517bea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@ import { defineConfig } from '@playwright/test';

export default defineConfig({
outputDir: 'tests/results',
retries: process.env.CI ? 2 : 0,
workers: process.env.CI ? 1 : undefined,
timeout: 60000,
expect: {
timeout: 10000,
},
});

0 comments on commit 9517bea

Please sign in to comment.