https://github.com/guessi/docker-robotframework
Dockerize robotframework tool
https://github.com/guessi/docker-robotframework
docker robotframework
Last synced: 7 months ago
JSON representation
Dockerize robotframework tool
- Host: GitHub
- URL: https://github.com/guessi/docker-robotframework
- Owner: guessi
- Created: 2017-11-20T10:16:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-07T02:00:43.000Z (about 1 year ago)
- Last Synced: 2025-05-22T09:40:52.843Z (8 months ago)
- Topics: docker, robotframework
- Language: Dockerfile
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dockerized Robotframework Automation Test
## Integrated Items
* Robotframework
* PhantomJS
* Selenium
* AWS CLI
### Usage
run robotframework-cli with customized scripts inside Docker
$ docker run --rm --privileged \
-v $(pwd)/workdir:/workdir:rw \
-it guessi/docker-robotframework \
robot -i mytag /workdir
execute phantomjs with customized scripts inside Docker
$ docker run --rm --privileged \
--entrypoint /bin/bash \
-v $(pwd)/workdir:/workdir:rw \
-v $(pwd)/tests:/phantomjs:ro \
-it guessi/docker-robotframework \
phantomjs \
/phantomjs/phantomjs-languages.js
execute awscli command inside Docker
$ docker run --rm --privileged \
--entrypoint /bin/bash \
-it guessi/docker-robotframework \
aws --help
### Documentation
* [Robot Framework](http://robotframework.org/#documentation)
* [Selenium](http://www.seleniumhq.org/)
* [PhantomJS](http://phantomjs.org/)
### Reference
* [Screenshot of Multilingual Support](https://imgur.com/a/MrSla)
### Known Issues
* [Maldivian Language](https://en.wikipedia.org/wiki/Maldivian_language) may not be displayed correctly