Skip to content

Commit

Permalink
ci(ui-test): figure out port from common_site_config
Browse files Browse the repository at this point in the history
  • Loading branch information
BreadGenie committed Dec 5, 2023
1 parent 7346680 commit ba5dbca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress.config.js
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit ba5dbca

Please sign in to comment.