You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Codeception/Module/WebDriver.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@
106
106
* Running tests inside Docker is as easy as pulling [official selenium image](https://github.com/SeleniumHQ/docker-selenium) and starting a container with Chrome:
107
107
*
108
108
* ```
109
-
* docker run --net=host selenium/standalone-chrome
109
+
* docker run --net=host --shm-size 2g selenium/standalone-chrome
110
110
* ```
111
111
*
112
112
* By using `--net=host` allow Selenium to access local websites.
0 commit comments