system-config/playbooks/roles/run-selenium/tasks/main.yaml
Ian Wienand 66e510f0ee
run-selenium: Use latest tag on firefox image
I'm not sure why I used this tag; I probably copied it from [1] at the
time?  Let's just try latest.

Update matchers so the screenshot jobs run

[1] https://github.com/SeleniumHQ/docker-selenium

Change-Id: I8ea7981dac54883822f3b6076b6f0f564571f018
2022-10-11 10:53:00 +11:00

6 lines
168 B
YAML

- name: Run selenium container
shell:
executable: /bin/sh
cmd: |
docker run -d --network="host" -v /dev/shm:/dev/shm selenium/standalone-firefox:latest