quarckster / selenium-images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building and pushing to quay.io

Red Hat QE Selenium Images

Container images for running UI tests. Images can be used locally and in OpenShift.

Deployment

Images are built using Github Actions and pushed to quay.io registry: https://quay.io/repository/redhatqe/selenium-standalone

Usage

In order to start a container use the following command:

podman run -it --shm-size=2g -p 4444:4444 -p 5999:5999 quay.io/redhatqe/selenium-standalone

Exposed ports

  • 4444: standard selenium standalone server port
  • 5999: VNC port

About

License:Apache License 2.0


Languages

Language:Dockerfile 88.7%Language:Shell 11.3%