Skip to content

Commit

Permalink
Expose port to watch remote browser
Browse files Browse the repository at this point in the history
This allows to watch the remote controlled browser in your browser at
<http://localhost:7900/?autoconnect=1&resize=scale&password=secret>
(you have to comment out the `--headless` argument in TestCase::driver()
before).
  • Loading branch information
pabzm committed Aug 30, 2024
1 parent b8df675 commit edf0cc8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ci/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit edf0cc8

Please sign in to comment.