{"id":19176352,"url":"https://github.com/redhatqe/selenium-images","last_synced_at":"2025-05-07T19:24:04.450Z","repository":{"id":38342986,"uuid":"209088074","full_name":"RedHatQE/selenium-images","owner":"RedHatQE","description":"Container images with the latest selenium and browsers.","archived":false,"fork":false,"pushed_at":"2023-06-02T11:11:48.000Z","size":91,"stargazers_count":5,"open_issues_count":3,"forks_count":13,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-20T01:33:10.910Z","etag":null,"topics":["containers","selenium","testing"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RedHatQE.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-17T15:17:07.000Z","updated_at":"2022-12-01T18:24:11.000Z","dependencies_parsed_at":"2024-11-09T10:30:17.795Z","dependency_job_id":"68a13725-284f-47a6-92c3-d18e41a778a4","html_url":"https://github.com/RedHatQE/selenium-images","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedHatQE%2Fselenium-images","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedHatQE%2Fselenium-images/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedHatQE%2Fselenium-images/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedHatQE%2Fselenium-images/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RedHatQE","download_url":"https://codeload.github.com/RedHatQE/selenium-images/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252942116,"owners_count":21829006,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["containers","selenium","testing"],"created_at":"2024-11-09T10:28:10.038Z","updated_at":"2025-05-07T19:24:04.426Z","avatar_url":"https://github.com/RedHatQE.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Red Hat QE Selenium Images\n\nFedora based container images for running UI tests. Images can be used locally and in OpenShift.\n\n## Selenium Grid\n\nImages in the `grid` directory are supposed to be use in the Selenium Grid. Please refer to the\n[Selenium documentation](https://www.selenium.dev/documentation/grid/) for the details.\n\n## Selenium Standalone\n\nStandalone version includes Google Chrome and Mozilla Firefox browsers. A container is supposed to\nbe runnning either locally or within a Kubernetes pod.\n\nThis container image is capable of running on a host with FIPS crypto policies enabled.\n\nIn order to start a container locally use the following command:\n\n`podman run -it --shm-size=2g -p 4444:4444 -p 5999:5999 quay.io/redhatqe/selenium-standalone`\n\n* `4444`: standard selenium standalone server port\n* `5999`: VNC port\n\nTo run a container within a pod use this manifest as an example:\n\n```yaml\nkind: Pod\napiVersion: v1\nmetadata:\n  name: some-name\nspec:\n  containers:\n    - resources:\n        limits:\n          cpu: '1'\n          memory: 3Gi\n        requests:\n          cpu: '1'\n          memory: 3Gi\n      terminationMessagePath: /dev/termination-log\n      name: selenium\n      imagePullPolicy: Always\n      volumeMounts:\n        - name: shm\n          mountPath: /dev/shm\n      terminationMessagePolicy: File\n      image: 'quay.io/redhatqe/selenium-standalone:latest'\n  volumes:\n    - name: shm\n      emptyDir:\n        medium: Memory\n        sizeLimit: 2Gi\n```\n\nThe standalone container image also starts a small HTTP server to allow selenium to be shut down via an HTTP GET to '/shutdown' on port 8000. This is useful\nwhen running the selenium container as a sidecar in a kubernetes pod to have your testing container shut the selenium container down when tests are completed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredhatqe%2Fselenium-images","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredhatqe%2Fselenium-images","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredhatqe%2Fselenium-images/lists"}