Skip to content

UKHomeOffice/docker-selenium-standalone-server

Repository files navigation

docker-selenium-standalone-server

Build Status

Build Status

Docker container containing Selenium Server

Selenium automates browsers. That's it! What you do with that power is entirely up to you. Primarily, it is for automating web applications for testing purposes, but is certainly not limited to just that. Boring web-based administration tasks can (and should!) also be automated as well.

Getting Started

These instructions will cover usage information and for the docker container

Prerequisities

In order to run this container you'll need docker installed.

Usage

Container Parameters

Parameters passed to the container will be passed onto Selenium Server.

docker run \
       quay.io/ukhomeofficedigital/selenium-standalone-server:v0.1.2 \
       -your --param=eters

Passing no parameters will start Selenium Server

docker run \
       quay.io/ukhomeofficedigital/selenium-standalone-server:v0.1.2

You can also run arbitrary stuff

docker run \
       quay.io/ukhomeofficedigital/selenium-standalone-server:v0.1.2 \
       bash

Exposes

  • 4444 Selenium Server

Kubernetes

For example Kubernetes files see /kb8

Built With

  • Chrome Stable
  • Firefox
  • Selenium Chrome Driver
  • Selenium Server Standalone

Contributing

See CONTRIBUTING.md

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments