Skip to content

Commit 3a0cb1c

Browse files
authored
Merge pull request #107 from luke-/patch-1
WebDriver Doc: Added missing Docker parameter
2 parents 1c2680b + ee3b94d commit 3a0cb1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Module/WebDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
* Running tests inside Docker is as easy as pulling [official selenium image](https://github.com/SeleniumHQ/docker-selenium) and starting a container with Chrome:
107107
*
108108
* ```
109-
* docker run --net=host selenium/standalone-chrome
109+
* docker run --net=host --shm-size 2g selenium/standalone-chrome
110110
* ```
111111
*
112112
* By using `--net=host` allow Selenium to access local websites.

0 commit comments

Comments
 (0)