Skip to content

Commit

Permalink
use some options same as jupyterlite
Browse files Browse the repository at this point in the history
  • Loading branch information
arjxn-py committed Feb 13, 2025
1 parent fb68f00 commit aa75ad2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions ui-tests/playwright-lite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@ module.exports = {
retries: 1,
use: {
...baseConfig.use,
trace: 'off',

acceptDownloads: true,
appPath: '',
autoGoto: false,
baseURL: 'http://localhost:8000',
trace: 'retain-on-failure',
video: 'retain-on-failure',
},
expect: {
toMatchSnapshot: {
Expand Down

0 comments on commit aa75ad2

Please sign in to comment.