Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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-scripts

Run 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