diff --git a/playwright.config.js b/js/playwright.config.js similarity index 93% rename from playwright.config.js rename to js/playwright.config.js index 09ac926e..653218fd 100644 --- a/playwright.config.js +++ b/js/playwright.config.js @@ -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,