Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Missing dot
Browse files Browse the repository at this point in the history
barbaragr committed Sep 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent bdf1853 commit 4b8ad08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/running_tests.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit 4b8ad08

Please sign in to comment.