Skip to content

Commit

Permalink
Get playwright traces
Browse files Browse the repository at this point in the history
  • Loading branch information
pbiggar committed Nov 28, 2022
1 parent 3606699 commit b3c224f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const config: PlaywrightTestConfig = {
use: {
actionTimeout: 5000,
headless: true,
trace: "retain-on-failure",
trace: "on",
screenshot: "off",
video: "on",
},
Expand Down

0 comments on commit b3c224f

Please sign in to comment.