Cross browser testing in cucumber

后端 未结 2 2009
-上瘾入骨i
-上瘾入骨i 2020-12-22 11:54

I want to run a feature file in three different browsers parallely. How can I create three different instances of webdriver? and please add How to do the same for two differ

2条回答
  •  滥情空心
    2020-12-22 12:38

    I would choose to execute the build three times. I would set an environment variable for each execution that decides which browser to use.

    To run them in parallel, I would write a shell script that that sets the environment variable and start three executions.

提交回复
热议问题