From 5a4b4b786b81fcc42d69900d7011c002b2963f7b Mon Sep 17 00:00:00 2001 From: Mangiang Date: Sun, 14 Nov 2021 15:43:53 -0500 Subject: [PATCH] test: Test fix CYPRESS_BASE_URL --- items/frontend/cypress.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/items/frontend/cypress.json b/items/frontend/cypress.json index b2736b7..99278a6 100644 --- a/items/frontend/cypress.json +++ b/items/frontend/cypress.json @@ -1,5 +1,5 @@ { - "CYPRESS_BASE_URL": "host.docker.internal", + "baseUrl": "http://localhost:3000", "video": false, "integrationFolder": "src/cypress/integration", "fixtureFolder": "src/cypress/fixtures",