be085e564e
This runs selenium from a container on a node, and exposes port 4444 so you can issue commands to it. This is used in the follow-on I56cda99790d3c172e10b664e57abeca10efc5566 to take some screenshots of gerrit. Change-Id: Idcbcd9a8f33bd86b5f3e546dd563792212e0751b
6 lines
194 B
YAML
6 lines
194 B
YAML
- name: Run selenium container
|
|
shell:
|
|
executable: /bin/sh
|
|
cmd: |
|
|
docker run -d --network="host" -v /dev/shm:/dev/shm selenium/standalone-firefox:4.0.0-beta-1-prerelease-20201202
|