diff --git a/.ci/compose.yaml b/.ci/compose.yaml index 1cdd7cb72b1..507072487d1 100644 --- a/.ci/compose.yaml +++ b/.ci/compose.yaml @@ -3,6 +3,10 @@ services: image: docker.io/greenmail/standalone browserhost: image: docker.io/selenium/standalone-chromium + ports: + # Allow to watch the remote controlled browser (comment out the + # `--headless` argument in TestCase::driver() before). + - '127.0.0.1:7900:7900' volumes: - '/dev/shm:/dev/shm' - '../tests/Browser/downloads:/downloads'