diff --git a/cypress.config.js b/cypress.config.js index 85686b54..d0e02add 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -1,8 +1,9 @@ const { defineConfig } = require("cypress"); +const { webserver_port } = require("../../sites/common_site_config.json"); module.exports = defineConfig({ e2e: { - baseUrl: "http://wiki.test:8000", + baseUrl: `http://wiki.test:${webserver_port}`, projectId: "w2jgcb", adminPassword: "admin", viewportWidth: 1100,