WebdriverIO based Appium Tests for the Android and iOS BrowserStack Sample Apps to demonstrate integration with BrowserStack and parallel testing.
- Clone the repository.
- Make sure your env variables are set
BROWSERSTACK_USERNAMEandBROWSERSTACK_ACCESS_KEY - To run iOS tests on BrowserStack:
npm run ios - To run android tests on BrowserStack:
npm run android
The configurations for these tests can be found in wdio.android.conf.js and wdio.ios.conf.js.
