[wtr-general] Re: Watir+Webdriver/Cucumber + Appium on Sauce Labs

2015-10-14 Thread Andie Leaf
Farooq - I have had a number of challenges getting iOS VMs to launch and be stable on Sauce Labs with Watir-Webdriver. I've found that using the `net-http-persistent` gem is helpful with this, sometimes (but not all the time). I use the following in my `.pryrc` to launch an iOS browser from

[wtr-general] Re: Watir+Webdriver/Cucumber + Appium on Sauce Labs

2015-10-13 Thread Farooq
I've got Appium to work locally to execute Watir/Cuke tests on an iOS simulator via Appium, but not yet on SL. On Thursday, October 1, 2015 at 10:26:05 AM UTC-4, Dan wrote: > > If you're not testing a native app you don't need appium, so maybe that > will simplify your search? > > On Monday,

[wtr-general] Re: Watir+Webdriver/Cucumber + Appium on Sauce Labs

2015-10-01 Thread Dan
If you're not testing a native app you don't need appium, so maybe that will simplify your search? On Monday, September 28, 2015 at 4:01:35 PM UTC-4, Farooq wrote: > > For more clarification and recommendations, I'm looking for the best way > to test the a mobile web app, NOT looking to test a

[wtr-general] Re: Watir+Webdriver/Cucumber + Appium on Sauce Labs

2015-09-28 Thread Farooq
For more clarification and recommendations, I'm looking for the best way to test the a mobile web app, NOT looking to test a native app. On Monday, September 28, 2015 at 3:53:18 PM UTC-4, Farooq wrote: > > Has anyone successfully gotten this config to > work: Watir+Webdriver/Cucumber + Appium