Actions
Feature #36978
closedPossibility to use selenium remote driver
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Tests
Target version:
-
Description
In order to easily execute the selenium tests it would be good to have the possibility to use selenium remote webdriver images
```
docker run -d -p 4444:4444 --shm-size="2g" selenium/standalone-chrome:119.0
```
This driver could then be accessed from vagrant or CI docker images by i.e. setting an environment variable SELENIUM_REMOTE_HOST=<ip>
Actions