Skip to content

Commit

Permalink
chore: disable trace files
Browse files Browse the repository at this point in the history
  • Loading branch information
Avinash Verma committed Dec 17, 2024
1 parent a6d9e60 commit 5d9f826
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,7 @@ export default defineConfig({
],
/* 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('/')`. */
// baseURL: 'http://127.0.0.1:3000',

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

timeout: 5 * 60 * 60 * 1000,
Expand Down

0 comments on commit 5d9f826

Please sign in to comment.