Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

License

NotificationsYou must be signed in to change notification settings

charles-hsiao/docker-robotframework-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker StarsDocker PullsDocker 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

[8]ページ先頭

©2009-2025 Movatter.jp