Skip to content

Commit

Permalink
move playwright config
Browse files Browse the repository at this point in the history
  • Loading branch information
ManonMarchand committed Apr 30, 2024
1 parent feb104f commit 0e26565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.js → js/playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
...baseConfig,
testDir: "./js/ui-tests",
webServer: {
command: "jlpm start",
command: "jlpm start:test",
url: "http://localhost:8888/lab",
timeout: 120 * 1000,
reuseExistingServer: !process.env.CI,
Expand Down

0 comments on commit 0e26565

Please sign in to comment.