Skip to content

Commit

Permalink
Update playwright.config.ts
Browse files Browse the repository at this point in the history
Co-authored-by: mat <[email protected]>
  • Loading branch information
adamjarling and mathewjordan authored Apr 12, 2024
1 parent 5e1432d commit f345454
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export default defineConfig({
/* Opt out of parallel tests on CI. */
workers: process.env.CI ? 1 : undefined,
reporter: "html",
timeout: 10000,
use: {
baseURL: BASE_URL,
/* Collect trace when retrying the failed test. */
Expand Down

0 comments on commit f345454

Please sign in to comment.