Sign inSign up

pitchanon/robot-framework

By pitchanon

Updated over 9 years ago

Robot Framework

Image
0

259

pitchanon/robot-framework repository overview

Docker Robot framework

$ docker pull pitchanon/robot-framework

Use Selenium chrome

Selenium container

Create container with docker images selenium/standalone-chrome

$ docker run -d -p 4444:4444 --name selenium-chrome selenium/standalone-chrome  

Run test

$ docker run --rm --name robot \
--link selenium-chrome:local \
-v $PWD:/acceptance_tests \
-w /acceptance_tests pitchanon/robot-framework \
--exitonfailure -v ENV:uat -v remote_url:http://local:4444/wd/hub .

Tag summary

Content type

Image

Digest

Size

31.1 MB

Last updated

over 9 years ago

docker pull pitchanon/robot-framework