Skip to content

Commit 291481a

Browse files
committed
Fix link to the Docker ReadMe
1 parent 60b4a99 commit 291481a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/selenium_grid/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Notes on using the Selenium Grid Hub
22

3-
The Selenium Grid Hub allows you to distribute tests to run in parallel across multiple machines. Each machine can then run its own allocation of tests in parallel. This allows you to run an entire test suite quickly, which may be important if you have a lot of tests to run. Machines can be personal computers, data centers, or virtual machines in the cloud. You can also create your own virtual machine by using a tool such as Docker (see the [Docker_README](https://github.com/mdmintz/SeleniumBase/blob/master/Docker_README.md)).
3+
The Selenium Grid Hub allows you to distribute tests to run in parallel across multiple machines. Each machine can then run its own allocation of tests in parallel. This allows you to run an entire test suite quickly, which may be important if you have a lot of tests to run. Machines can be personal computers, data centers, or virtual machines in the cloud. You can also create your own virtual machine by using a tool such as Docker (see the [Docker ReadMe](https://github.com/mdmintz/SeleniumBase/blob/master/integrations/docker/ReadMe.md)).
44

55
### Running the Selenium Grid Hub
66

0 commit comments

Comments
 (0)