Sunilkumar V
Sunilkumar V

Reputation: 962

Watir Webdriver - Cucumber - Grid Execution

I have few stories written in Cucumber feature file and i have step definitions for those as well. Right now the feature files are running sequentially and the execution is taking more time. I have used Selenium Webdriver grid and i know the set up for the same. Is there anyway to integrate Grid with Cucumber ? I am using page Object model in my framework.

Upvotes: 0

Views: 160

Answers (1)

Smooyk
Smooyk

Reputation: 409

There is an articles written by continuousqa on his site - http://sdet.us/selenium-grid-with-watir-and-cucumber-browser-automation/ that will provide you with all you need.

Also you can check this gem - parallel_tests for more lightweight solution.

Upvotes: 1

Related Questions