Skip to content

Commit

Permalink
Enable Playwright trace (jupyterlab#15087)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored Sep 13, 2023
1 parent 79e5798 commit f2a9603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galata/src/playwright-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = {
viewport: { width: 1024, height: 768 },

// Artifacts
// trace: 'on-first-retry',
trace: 'on-first-retry',
video: 'retain-on-failure'
}
} as PlaywrightTestConfig;

0 comments on commit f2a9603

Please sign in to comment.