Selenium Grid + Robotframework on Docker
// Start Selenium Hub
$ docker-compose up -d sele-hub sele-chrome sele-firefox
// Start Robotframework
$ docker-compose up -d 4shamo
robot.args--variable GRID_URL and --variable BROWSER are absolutely necessary.
--outputdir is specified based on tests/.
bootstrap.shWrite the test case in bootstrap.sh
This is the nginx configuration file for viewing the Robotframework test report.
If you have Nginx installed on systemd based Linux, you can set it by running robot.local.sh
Since robot.local.sh updates the hosts file, please use it at your own risk
Content type
Image
Digest
Size
374.7 MB
Last updated
over 7 years ago
docker pull nobiki/4shamo