Install local packages:
npm install
Then when running the tests, add your Sauce Labs credentials as npm config parameters, example :
npm run ios-simple --appium-sample-code:sauce=1 --appium-sample-code:username=<SAUCE_USERNAME> --appium-sample-code:key=<SAUCE_ACCESS_KEY>
Or set the config parameters directly in package.json :
// package.json
...
"config":{
"sauce":"1",
"sauce_username":"<SAUCE_USERNAME>",
"sauce_access_key":"<SAUCE_ACCESS_KEY>"
},
...
If you also want to use Sauce Connect (secure tunelling):
- Read the doc here
- Install and start the Sauce Connect client
Install appium and start the appium server for your device, please refer to:
npm run ios-simple
npm run ios-complex
npm run ios-webview
npm run ios-actions
npm run ios-local-server
npm run ios-selenium-webdriver-bridge
npm run android-simple
npm run android-complex
npm run android-webview
npm run android-local-server
npm run selendroid-simple
prerequisite: switch to node > 0.11
npm run ios-yiewd