Skip to content

Commit

Permalink
Allow retries for ui-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
foo committed Nov 7, 2024
1 parent d2c6894 commit 3a8c7ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui-tests/playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = {
autoGoto: false,
baseURL: 'http://localhost:8000'
},
retries: 2,
webServer: {
command: 'jlpm start',
port: 8000,
Expand Down

0 comments on commit 3a8c7ae

Please sign in to comment.