Skip to content

bogdangi/robot-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker image for the Robot Framework

Build Status

Overview

Information on the Robot Framework can be found here Robot Framework

Run Robot inside Docker

Mount with robot tests and pass the ROBOT_TESTS env var

docker run --rm \
        --privileged \
        -e HOSTS="192.168.0.123 example.local" \
        -e ROBOT_TESTS=/robot_tests/sample.robot \
        -e OUTPUT_DIR=/output \
        -v /dev/shm:/dev/shm \
        -v ${PWD}/output/:/output/ \
        -v ${PWD}/:/robot_tests/ \
        -it bogdangi/robot-docker:latest

About

Docker build for the Robot Testing Tool

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 92.9%
  • RobotFramework 7.1%