Skip to content

3mdeb/rf-docker

Repository files navigation

RobotFramework in Docker container

Purpose

The goal is to keep the container rather minimal (i.e. no Selenium and web drivers). Typical use-case is testing on hardware on firmware / system level with the RTE.

When much more dependencies will be needed for the specific project, it is worth considering to use the 3mdeb/rf-docker as a base image, instead of expanding it further.

Pull

docker pull 3mdeb/yocto-docker

Build

./build.sh

Relase

Refer to the docker-release-manager

Run

Typical run command would look like:

docker run --rm -it -v ${PWD}:${PWD} -w ${PWD} 3mdeb/rf-docker "ROBOT_OPTIONS"

About

Docker for running RobotFramework tests

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors