From 1542048c90ee77e9ffc92a87f64856adad981af0 Mon Sep 17 00:00:00 2001 From: nileshgulia1 Date: Wed, 10 Nov 2021 21:27:02 +0530 Subject: [PATCH] api_path --- cypress.json | 3 +++ 1 file changed, 3 insertions(+) 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,