diff --git a/frontend/testcaferc.json b/frontend/testcaferc.json index c0c1db2e6..b1d6a7ad3 100644 --- a/frontend/testcaferc.json +++ b/frontend/testcaferc.json @@ -2,6 +2,7 @@ "skipJsErrors": true, "quarantineMode": false, "selectorTimeout": 5000, + "hostname": "localhost", "screenshots": { "path": "tests/acceptance/screenshots", "takeOnFails": true diff --git a/frontend/tests/testcafeconfig.json b/frontend/tests/testcafeconfig.json index ff426750f..31e539b3a 100644 --- a/frontend/tests/testcafeconfig.json +++ b/frontend/tests/testcafeconfig.json @@ -1,3 +1,3 @@ { - "url": "localhost:2343/library/login" + "url": "http://localhost:2343/library/login" }