Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 24 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-10T14:00:03.000Z (almost 7 years ago)
- Last Synced: 2024-11-11T15:12:33.743Z (3 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
[![Docker Stars](https://img.shields.io/docker/stars/charleshsiao/docker-robotframework-web.svg)](https://hub.docker.com/r/charleshsiao/docker-robotframework-web/)
[![Docker Pulls](https://img.shields.io/docker/pulls/charleshsiao/docker-robotframework-web.svg)](https://hub.docker.com/r/charleshsiao/docker-robotframework-web/)
[![Docker Automated](https://img.shields.io/docker/automated/charleshsiao/docker-robotframework-web.svg)](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