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.

Home Page:http://docs.testvagrant.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Saucelab integration

sarathsp23 opened this issue · comments

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"
}
}