An environment for running Selenium .side integration tests.
462
A repo for a Docker Selenium environment for projects used by Melker & Company.
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.
Content type
Image
Digest
Size
379 MB
Last updated
over 7 years ago
docker pull melker/selenium