New release
Ohai! Good news, there's a new release of our awesome Sauce Labs Swag Labs sample app!
If you’re keeping track, you may be wondering why we went straight to 2.1.0 without pushing 2.0.0 first. Well, the explanation is quite simple. We wanted to implement Touch / Face ID and deep link support, but to be able to do that we first needed to migrate from React Native 0.57.4 to React Native 0.60.5. This was a major change (see #26), which became the 2.0.0 version; we then added the new features on top of this to create 2.1.0.
The 2.1.0 release contains:
We also added some tests that use WebdriverIO to make it easier to see how to use this in your framework (hopefully the code is self explanatory so that you can translate it to your own framework / language), please see the following links for more information:
- Touch / Face ID: https://github.com/saucelabs/sample-app-mobile/blob/master/tests/e2e/spec/extra/touch.face.id.spec.js
- Deep Link: https://github.com/saucelabs/sample-app-mobile/blob/master/tests/e2e/spec/extra/deep.link.spec.js
Also don't forget to read the README for Touch / Face ID and for deep linking to see how it works.
#happytesting
Your Swag Labs team!