Skip to content

Commit

Permalink
Improve ui tests config
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Aug 16, 2023
1 parent b68d346 commit 6ddf6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui-tests/playwright-notebook.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = {
},
webServer: {
command: 'jlpm start',
url: 'http://localhost:8888/lab',
url: 'http://localhost:8888/tree',
timeout: 120 * 1000,
reuseExistingServer: !process.env.CI
}
Expand Down

0 comments on commit 6ddf6a1

Please sign in to comment.