Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Feb 1, 2024
1 parent dd8f443 commit c044eaf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const TIMEOUT_SECONDS = IS_CI ? 15 : 5;
export default defineConfig({
testDir: './e2e',
fullyParallel: true,
/* Fail the build on CI if you accidentally left test.only in the source code. */
forbidOnly: true,
retries: IS_CI ? 2 : 0,
workers: IS_CI ? 1 : undefined,
Expand All @@ -17,9 +16,7 @@ export default defineConfig({
timeout: TIMEOUT_SECONDS * 1000,
use: {
baseURL: BASE_URL,

/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
trace: 'on-first-retry',
trace: 'on',
},

projects: [
Expand Down

0 comments on commit c044eaf

Please sign in to comment.