From dcefe42eaf341e80a967f3de78a57b8e680d4ff7 Mon Sep 17 00:00:00 2001 From: mhsdesign <85400359+mhsdesign@users.noreply.github.com> Date: Sat, 23 Sep 2023 00:40:22 +0200 Subject: [PATCH] TASK: Document need for additional etc host entries for local tests --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 33b3f81881..013c46a2e7 100644 --- a/Makefile +++ b/Makefile @@ -112,6 +112,10 @@ test-e2e: bash Tests/IntegrationTests/e2e.sh chrome ## Executes integration tests locally in a docker-compose setup. +# +# Note: On mac os you might need those two additional `/etc/hosts` entries: +# 127.0.0.1 onedimension.localhost +# 127.0.0.1 twodimensions.localhost test-e2e-docker: build-e2e-testing @bash Tests/IntegrationTests/e2e-docker.sh $(or $(browser),chrome)