appium-python-aws-tutorial

Companion code for Appium Python AWS Device Farm tutorial

Setup

  1. Install dependencies: setup.sh

Running tests from scratch

  1. Start emulator of your choice
  2. Start Appium server: yarn run appium
  3. Start React Native dev server: react-native start
  4. Run tests: yarn test