Skip to content

Commit 897e568

Browse files
committed
Adding gitpod file
[skip ci]
1 parent b027049 commit 897e568

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.gitpod.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
tasks:
2+
- name: Show README link
3+
before: echo "Try out Selenium Grid in Docker by following https://github.com/SeleniumHQ/docker-selenium#execution-modes"
4+
- name: Build instructions
5+
before: echo "To build all images, run 'make all'. See more instructions at https://github.com/SeleniumHQ/docker-selenium/wiki/Building-your-own-images"
6+

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ the flag `--shm-size=2g` to use the host's shared memory.
7676
:point_up: Always use a Docker image with a full tag to pin a specific browser and Grid version.
7777
See [Tagging Conventions](https://github.com/SeleniumHQ/docker-selenium/wiki/Tagging-Convention) for details.
7878

79+
Try them out in a ready to use GitPod environment!
80+
81+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/SeleniumHQ/docker-selenium)
82+
7983
___
8084

8185
## Experimental Mult-Arch aarch64/armhf/amd64 Images
@@ -1009,6 +1013,3 @@ to the mounted directory. If you have a better workaround,
10091013
please send us a pull request!
10101014
10111015
1012-
---
1013-
1014-
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/SeleniumHQ/docker-selenium)

0 commit comments

Comments
 (0)