Skip to content

Commit

Permalink
TASK: Document need for additional etc host entries for local tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Sep 22, 2023
1 parent 353aa83 commit dcefe42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit dcefe42

Please sign in to comment.