tvarchive / optimusTemplate

This is a cucumber jvm implementation template using the optimus mobile automation framework. If you like it, star it, help spread the word.
http://docs.testvagrant.com
66 stars 23 forks source link

Saucelab integration #60

Open sarathsp23 opened 3 years ago

sarathsp23 commented 3 years ago

I am not able to execute tests on saucelab I added this under executionDetails in the json, do I need to do anything else as I can't find much documentation on this. Also is sauce lab the only cloud option or is there any other cloud services I could integrate my tests? "executionDetails": { "appium_js_path": "/usr/local/bin/appium", "appium_node_path": "/usr/local/bin/node", "sauce":{ "sauceUserName":"xxxxxxxx", "sauceAccessKey":"xxxxxxxxx" } }