Getting Started
- Proof of Concept
- Mobile ☎️ testing using Node, Appium, and Sauce Lab/Local Simulator/Native
-
Configuration 🔧
-
$ npm install -g appium
-
$ npm install -g [email protected]
-
$ git clone {this project}
$ cd qualityworks-mobile-automation-demo
-
$ npm install
-
$ curl -u <USERNAME>:<YOUR_ACCESS_KEY> -X POST -H "Content-Type: application/octet-stream" "https://saucelabs.com/rest/v1/storage/<USERNAME>/TestApp.app.zip?overwrite=true" --data-binary @<Path to App .zip in the app folder of testApp>
-
- Signup for Sauce Lab account if you don't have one already
- Download Sauceconnect: https://wiki.saucelabs.com/display/DOCS/Setting+Up+Sauce+Connect
- Find downloaded package and unzip then
cd
to folder in new tab or new terminal window $ bin/sc -u YOUR_USERNAME -k YOUR_ACCESS_KEY
#start server- Verify that server is running: Go to https://saucelabs.com/beta/tunnels : A tunnel should be active
- Find downloaded package and unzip then
-
$ npm get-sauce-connect
-
-
How to run tests 🎉
-
$ wdio wdio.saucelab.conf.js
-
$ appium & #start appium
$ wdio wdio.local.conf.js
-
-
- Phone must be connected and unlocked
- Edit wdio.native conf.js depending on the device being used. Device info: Xcode > Window > Decives
- udid,bundleId,and deciveName in capabilities must match to your Device
$ appium & #start appium
$ wdio.native.conf.js
-
-
- Useful link to help with configuration, also you can find out the available resources that are on sauce lab: https://wiki.saucelabs.com/display/DOCS/Platform+Configurator#/
- Writing tests
- Code review
- Other guidelines
- Repo owner or admin
- Other community or team contact