Sign inSign up

melker/selenium

By melker

Updated over 7 years ago

An environment for running Selenium .side integration tests.

Image
0

462

melker/selenium repository overview

Selenium Docker environment

A repo for a Docker Selenium environment for projects used by Melker & Company.

How-to

Run a container executing this command in the folder containing all .side files:

docker run \
	-v $(pwd):/tmp/data \
	--rm \
	-it \
	melker/selenium:$tag --config-file "/tmp/data/chrome.env.yml"

Mount a folder containing all .side files and config files to /tmp/data.

Tag summary

Content type

Image

Digest

Size

379 MB

Last updated

over 7 years ago

docker pull melker/selenium