Search code examples
dockerpycharmrobotframework

How to setup robot framework project for docker parallel testing


Hi I am really new to robot framework and docker so please bear with me. I have test cases written in robot framework using PyCharm which are executing fine. I also have grid up and running which contains one firefox and one chrome browser. I want to run my testcases in parallel on that grid. Every test case on a separate browser side by side. I need help on what changes to make in my project and how to execute them on docker.


Solution

  • Tests run on Grid browsers if we pass the following params to Open Browser keyword:

    Open Browser ${URL}  ${Browser}  ${NONE}  http://localhost:4444/wd/hub