Navigation Menu

Skip to content

lzhang/docker-selenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

Docker image for Selenium Server

Installation

$ sudo docker pull lzhang/selenium

Usage

Run the container:

$ SELENIUM_CONTAINER=$(sudo docker run -p 4444:4444 -d lzhang/selenium)

Selenium server will be available on the host machine at port 4444. Web tests will run via headless Firefox.

Shutting down the container:

$ sudo docker kill $SELENIUM_CONTAINER

About

docker image for selenium server with headless firefox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages