๐Ÿ“ฆ SeleniumHQ / docker-selenium

๐Ÿ“„ .gitpod.yml ยท 7 lines
1
2
3
4
5
6
7tasks:
  - 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"