- Download and install Android Studio from here
- Make sure you have added the ANDROID_HOME and JAVA_HOME paths to your environment variables
- Open Android Studio and create an Android Emulator Called 'Pixel_4' and run it
- You can find the app APK on the '/test_server/apps' directory
- Make sure Node.js and npm are installed
- Install typescript and appium 2 globally by running
npm i -g typescript appium@next
- Install Appium Flutter Driver globally by running
appium driver install --source=npm appium-flutter-driver
- Run the appium server by running
appium --base-path /wd/hub
in a separate terminal - Open the IDE's Terminal and cd to the '/test_server/nodejs' directory
- Run the test by
npm start