mirror of
https://github.com/SeleniumHQ/docker-selenium.git
synced 2024-02-23 15:49:32 +03:00
7 lines
344 B
YAML
7 lines
344 B
YAML
tasks:
|
|
- name: Show README link and build instructions
|
|
before: |
|
|
echo "Try out Selenium Grid in Docker by following https://github.com/SeleniumHQ/docker-selenium#execution-modes"
|
|
echo "To build all images, run 'make all'. See more instructions at https://github.com/SeleniumHQ/docker-selenium/wiki/Building-your-own-images"
|
|
|