diff --git a/cypress.config.ts b/cypress.config.ts index 6761d05d..02f39392 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -6,6 +6,12 @@ export default defineConfig({ require("./cypress/plugins/index.ts").default(on, config); return config; }, - baseUrl: "http://localhost:3000", + baseUrl: "http://127.0.0.1:3000", + }, + env: { + SYNAPSE_IP_ADDRESS: "172.18.0.5", + SYNAPSE_PORT: "8008", + DEX_IP_ADDRESS: "172.18.0.4", + DEX_PORT: "5556", }, });