Thanks. I am able to do the setup and execute but getting error on Sauce lab credentials. I am trying to launch the test app on my device.
I have changed the capability to :
'9.0.2': {
browserName: '',
appiumVersion: appiumVer,
platformName: 'iOS',
platformVersion: '9.0.2',
deviceName: 'iPhone 6s',
app: undefined // will be set later
},
:javascript-workshop mguhe$ grunt test:ios:9.0.2
Running "env:9.0.2" (env) task
Running "simplemocha:ios" (simplemocha) task
Please configure your sauce credential:
export SAUCE_USERNAME=
export SAUCE_ACCESS_KEY=
Warning: Missing sauce credentials Use --force to continue.
Aborted due to warnings.
How do I run it on my local device?