Skip to content

playniuniu/docker-robot-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker for Robot Framework

This docker is used to do web automation test with Firefox, Selenium and Robot Framework

It complete the Robot Framework test demo with docker

It also show the capability of docker with GUI, see Reference

Run on Linux

  1. You need copy your sample_vol folder to your ~/vol/robot/ folder

  2. You need add Docker X11 authority

    xhost + local:docker
  3. Run it with docker-compose

    docker-compose up
    

Run on step by step

If you want to run this docker step by step, check the run_step_by_step.sh

Problem

  1. For now, the firefox fisrt open will show an error dialog, just close it.

  2. Now it cannot use chrome browser

Reference

  1. Docker for Firefox GUI running on Linux and macOS