From 4b8ad08b6c720dd24b2d1ca91a20f1f5286edf8f Mon Sep 17 00:00:00 2001 From: barbaragr Date: Thu, 19 Sep 2024 13:04:10 +0200 Subject: [PATCH] Missing dot --- doc/running_tests.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/running_tests.md b/doc/running_tests.md index 208804c..5ebeea3 100644 --- a/doc/running_tests.md +++ b/doc/running_tests.md @@ -21,7 +21,8 @@ If you want to run browser tests you need to have Selenium Server runnning. One Another way is to use the Selenium Server Docker container and setting it up manually. Look at [manifest.json file](https://github.com/ibexa/recipes-dev/blob/master/ibexa/docker/4.6/manifest.json#L23) for the currently used version. -It can be set up using examples from [docker-selenium](https://github.com/SeleniumHQ/docker-selenium) +It can be set up using examples from [docker-selenium](https://github.com/SeleniumHQ/docker-selenium). + Example for Chrome would be: `docker run -d -p 4444:4444 -p 7900:7900 --shm-size="2g" selenium/standalone-chrome:latest`