Skip to content

Omenia/robotframework-zaleniumtestenvironment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boilerplate for Robot Framework testing with Zalenium

Prerequisites

  • docker
  • docker-compose

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

Usefull URLs

Pass more configuration parameters for zalenium

Zalenium is started with default parameters that include video recording. More parameters can be added to the start-command in docker-compose. See https://opensource.zalando.com/zalenium/#docker for list of available parameters.

About

Demo project for Robot Framework testing with Zalenium

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 32.1%
  • HTML 30.4%
  • RobotFramework 14.1%
  • Dockerfile 11.4%
  • Shell 8.0%
  • CSS 4.0%