Robot Framework with Firefox running headless (xvfb)
260
This project consists of a Docker image containing a Robot Framework installation.
This installation also contains Firefox and the Selenium library for Robot Framework. The test cases and reports should be mounted as volumes.
Directly pull from Docker respository
docker pull srt2011/docker-robot-framework
Or
git clone https://github.com/srthorat/docker-robot-framework.git
docker build -t=srt2011/docker-robot-framework .
docker run -v $(pwd)/tests:/robots -v ${pwd}/output:/output -e ROBOT_TESTS=/robots/ -e BROWSER=firefox srt2011/docker-robot-framework
Define test case directory in param -v and change path from $(pwd)/tests to your defined path in your local computer.
Content type
Image
Digest
Size
389.2 MB
Last updated
about 8 years ago
docker pull srt2011/docker-robot-framework