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",