Sign inSign up

charleshsiao/docker-robotframework-web

By charleshsiao

Updated over 8 years ago

Docker file for Web application UI automation testing with selenium & phantomjs.

Image
1

198

charleshsiao/docker-robotframework-web repository overview

Docker - Robotframework-Web

Docker Stars Docker Pulls Docker Automated
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

Tag summary

Content type

Image

Digest

Size

142.4 MB

Last updated

over 8 years ago

docker pull charleshsiao/docker-robotframework-web