https://github.com/3mdeb/rf-docker
Docker for running RobotFramework tests
https://github.com/3mdeb/rf-docker
Last synced: 5 months ago
JSON representation
Docker for running RobotFramework tests
- Host: GitHub
- URL: https://github.com/3mdeb/rf-docker
- Owner: 3mdeb
- Created: 2018-09-13T10:26:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-25T11:55:36.000Z (about 4 years ago)
- Last Synced: 2023-09-21T15:12:37.665Z (over 2 years ago)
- Language: Dockerfile
- Size: 46.9 KB
- Stars: 1
- Watchers: 10
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
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](http://3mdeb.com/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
```bash
docker pull 3mdeb/yocto-docker
```
# Build
```bash
./build.sh
```
# Relase
Refer to the
[docker-release-manager](https://github.com/3mdeb/docker-release-manager/blob/master/README.md)
# Run
Typical run command would look like:
```
docker run --rm -it -v ${PWD}:${PWD} -w ${PWD} 3mdeb/rf-docker "ROBOT_OPTIONS"
```