Skip to content

Commit

Permalink
Add explicit video retain-on-failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Oct 3, 2022
1 parent 6ac4a95 commit 6cc6a10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui-tests/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ import baseConfig from '@jupyterlab/galata/lib/playwright-config';
module.exports = {
...baseConfig,
use: {
appPath: ''
appPath: '',
video: 'retain-on-failure'
},
retries: 1
};

0 comments on commit 6cc6a10

Please sign in to comment.