Sign inSign up

danielwhatmuff/robot-docker

By danielwhatmuff

Updated over 10 years ago

Docker build for the robot testing framework.

Image
0

1.6K

danielwhatmuff/robot-docker repository overview

Docker image for the Robot Framework

.. contents:: :local:

Overview

Information on the Robot Framework can be found here:

Robot Framework <http://robotframework.org>_

Run Robot inside Docker

To build a Robot Docker image::

docker build -t robot-docker .

To run tests and output the results to your host, mount a directory::

docker run --rm -v /path/to/tests/:/path/to/tests/ -ti robot-docker robot --variable HOST:example.com --outputdir results /path/to/tests/

Use the Docker Hub automated build::

docker pull danielwhatmuff/robot-docker

Tag summary

Content type

Image

Digest

Size

87.2 MB

Last updated

over 10 years ago

docker pull danielwhatmuff/robot-docker