Skip to content

Commit

Permalink
Update playwright.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Adameddy26 authored Jun 13, 2024
1 parent 4b35cf5 commit e41b6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ exports["default"] = (0, test_1.defineConfig)({
// baseURL: 'http://127.0.0.1:3000',
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
screenshot: 'only-on-failure',
trace: 'on-first-retry'
trace: true
},
/* Configure projects for major browsers */
projects: [
Expand Down

0 comments on commit e41b6b5

Please sign in to comment.