Skip to content

danielwhatmuff/robot-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker image for the Robot Framework

Information on the Robot Framework can be found here:

Robot Framework

To build a Robot Docker image:

docker build -t robot-docker .

To run tests, mount a directory and pass the ROBOT_TESTS env var:

docker run --rm \
           -e ROBOT_TESTS=/path/to/tests/ \
           -v /path/to/tests/:/path/to/tests/ \
           -ti \
           robot-docker

Example of running the sample tests:

docker run --rm \
           -e ROBOT_TESTS=/sample_tests/ \
           -v $(pwd)/sample_tests:/sample_tests \
           -ti robot-docker

Use the Docker Hub automated build:

docker pull danielwhatmuff/robot-docker

About

Docker build for the Robot Testing Tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published