Skip to content

Commit e8368b9

Browse files
committed
Add README-short.txt for each image
Closes SeleniumHQ#4
1 parent 76e6997 commit e8368b9

File tree

9 files changed

+10
-0
lines changed

9 files changed

+10
-0
lines changed

Base/README-short.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_This image is not meant to be run directly!_ It serves as the base image used for each of the Selenium images involved in setting up a Selenium Grid.

Hub/README-short.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The Hub manages Nodes that can perform tests. When it receives a test to be executed, that responsibility is delegated to a Node that can do so.

NodeBase/README-short.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_This image is not meant to be run directly!_ It serves as the base image used for Selenium Nodes.

NodeChrome/README-short.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Selenium Node configured to run Google Chrome.

NodeChromeDebug/README-short.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_This image is only intended for development purposes!_ Runs a Selenium Grid Node with a VNC Server to allow you to visually see the browser being automated.

NodeDebug/README-short.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_This image is only intended for development purposes!_ Runs a Selenium Grid Node with a VNC Server to allow you to visually see the browser being automated.

NodeDebug/generate.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ cat ./README.template.md \
2323
| sed "s/##BROWSER##/$BROWSER/" \
2424
| sed "s/##BASE##/$BASE/" \
2525
| sed "s/##FOLDER##/$1/" > $FOLDER/README.md
26+
27+
cp ./README-short.txt $FOLDER/README-short.txt

NodeFirefox/README-short.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Selenium Node configured to run Firefox

NodeFirefoxDebug/README-short.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_This image is only intended for development purposes!_ Runs a Selenium Grid Node with a VNC Server to allow you to visually see the browser being automated.

0 commit comments

Comments
 (0)