Reputation: 687
I need to run my web application in different browsers/platforms via the Jenkins plugin Sauce OnDemand. It is really ridiculous that the official guide of the Sauce Ondemand talks about everything but the most basic thing - how to load test cases/suites. Anyone has idea how to do it?
Upvotes: 2
Views: 710
Reputation: 687
Just figured it out. Need to install the Selenium Builder plug in to Jenkins. Steps:
Done.
This solution can only run the script against one browser, not multiple browsers. Trying to figure out how to run multiple.
Update
Figured out how to do test on multiple browsers:
Need to install Matrix Project plugin in the Jenkins, create a new job of Multi-configuration Project, select target browsers in Configuration Matrix and Sauce OnDemand Support as well.
Upvotes: 2