Skip to content

Commit 6cc6a10

Browse files
committed
Add explicit video retain-on-failure
1 parent 6ac4a95 commit 6cc6a10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ui-tests/playwright.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ import baseConfig from '@jupyterlab/galata/lib/playwright-config';
33
module.exports = {
44
...baseConfig,
55
use: {
6-
appPath: ''
6+
appPath: '',
7+
video: 'retain-on-failure'
78
},
89
retries: 1
910
};

0 commit comments

Comments
 (0)