test(webapp): provide an environment variable for e2e tests

This commit is contained in:
fastium
2025-06-24 18:48:43 +02:00
parent 9967aef1f5
commit 4e5959fac4
4 changed files with 14 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
describe("Test fetch measurments button in the main page", () => {
beforeEach(() => {
cy.visit("https://app.mse.kb28.ch");
cy.visit(Cypress.env("TEST_URL"));
});
it("Fetch timeseries with valid user-room-device", () => {