vade5g / robot-zalenium-demo

Demo project for Robot Framework testing with Zalenium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo project for Robot Framework testing with Zalenium

Prerequisites

  • docker
  • docker-compose
  • docker-selenium image (docker pull elgalu/selenium)

Running tests

docker-compose up robot

Rebuild containers and run tests

docker-compose up --build robot

Passing arguments to robot

ROBOT_ARGS="-v BROWSER:firefox -v SELENIUM_SPEED:2" docker-compose up robot

Stop environment

docker-compose down

About

Demo project for Robot Framework testing with Zalenium


Languages

Language:Python 31.8%Language:HTML 30.9%Language:RobotFramework 13.6%Language:Dockerfile 11.6%Language:Shell 8.1%Language:CSS 4.0%