Info about the required setup and how to run these tests can be found here: https://alttester.com/docs/sdk/latest/pages/alttester-with-appium.html This should include properly setting up Appium server too.
Prerequisite:
❗ Starting with version 2.0.0, the AltTester® Desktop must be running on your PC while the tests are running. You can take it from https://alttester.com/downloads/.
How to run the tests:
- Open the AltTester® Desktop
- Instrument the TrashCat application using the latest version of AltTester® Unity SDK - for additional information you can follow this tutorial.
- Create a folder
app
and include the instrumented app under the folder. ./run_tests_android.sh
command in your terminal
This script will:
- update/install dependencies listed in requirements.txt
- start appium which will install the TrashCat app from the
app/
folder - remove any screenshots taken previously
- run all tests under
tests/
folder