test(webapp): provide an environment variable for e2e tests
This commit is contained in:
@@ -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", () => {
|
||||
|
||||
Reference in New Issue
Block a user