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>
Updated by The Foreman Bot about 1 year ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/9952 added
Updated by dosas please_edit_me 5 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|7ce3336d67e1b0b825b8a4add92a340c7d2d144b.
Updated by Ewoud Kohl van Wijngaarden 4 months ago
- Category set to Tests
- Triaged changed from No to Yes
Actions