https://github.com/charles-hsiao/docker-robotframework-web
Docker file for Web application UI automation testing with selenium & phantomjs.
https://github.com/charles-hsiao/docker-robotframework-web
automation docker docker-image docker-images docker-registry dockerfile dockerfiles phantomjs phantomjs-client python quality-assurance robotframework robotframework-testing selenium selenium-webdriver selenium2library test-automation testing testing-tools web-automation
Last synced: 5 months ago
JSON representation
Docker file for Web application UI automation testing with selenium & phantomjs.
- Host: GitHub
- URL: https://github.com/charles-hsiao/docker-robotframework-web
- Owner: charles-hsiao
- License: mit
- Created: 2018-02-09T17:28:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-10T14:00:03.000Z (over 7 years ago)
- Last Synced: 2025-01-10T00:16:54.955Z (6 months ago)
- Topics: automation, docker, docker-image, docker-images, docker-registry, dockerfile, dockerfiles, phantomjs, phantomjs-client, python, quality-assurance, robotframework, robotframework-testing, selenium, selenium-webdriver, selenium2library, test-automation, testing, testing-tools, web-automation
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker - Robotframework-Web
[](https://hub.docker.com/r/charleshsiao/docker-robotframework-web/)
[](https://hub.docker.com/r/charleshsiao/docker-robotframework-web/)
[](https://hub.docker.com/r/charleshsiao/docker-robotframework-web/)
Docker file for Web application UI automation testing with selenium & phantomjs.## Introduction
This Dockerfile can create a docker image which can use for web application UI automation testing.
Leverage selenium for web UI automation and phantomjs as headless webKit.## Get Started
Run robotframwork CLI command with no robotframework tag
$ docker run --rm \
-v ${PATH}/rf-scripts:/rf-scripts \
-it charleshsiao/robotframework-web \
robot /rf-scriptsRun robotframwork CLI command with specific robotframework tag ${RF_TAG}
$ docker run --rm \
-v ${PATH}/rf-scripts:/rf-scripts \
-it charleshsiao/robotframework-web \
robot -i ${RF_TAG} /rf-scripts