diff --git a/cypress.json b/cypress.json index aef675e..379ebd6 100644 --- a/cypress.json +++ b/cypress.json @@ -1,6 +1,9 @@ { "baseUrl": "http://localhost:3000", "viewportWidth": 1280, + "env": { + "API_PATH": "http://localhost:8080/fise" + }, "defaultCommandTimeout": 15000, "reporter": "junit", "video": true,