Has anyone figured out a way to run the same cucumber scenario on multiple browsers/web drivers?

后端 未结 4 1041
死守一世寂寞
死守一世寂寞 2021-02-04 13:01

I\'m using cucumber + capybara for some web automation testing. I\'d love to be able to wire up my own tag (something like @all_browsers before the scenario) and have it run aga

4条回答
  •  别那么骄傲
    2021-02-04 13:11

    This is possible through the hosted service by SauceLabs. The Cucumber Sauce gem gives you parallel, multi-browser tests.

    Alternatively, you may be able to borrow from the source of that gem if you wanted to implement it yourself.

提交回复
热议问题