This repository shows a few C# tests that use the page object model and AltTester® Unity SDK to test the Unity Endless Runner sample: https://assetstore.unity.com/packages/essentials/tutorial-projects/endless-runner-sample-game-87901
❗ Starting with version 2.0.0, the AltTester® Desktop must be running on your PC while the tests are running.
- Download and install the AltTester® Desktop from here, then open it.
- The tests are meant to be run on an Android device. 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. - To start the tests, depending on your OS run:
./run_tests_mac.sh on MacOS/Linux
./run_tests_windows.sh on Windows
This script will:
- start the app on your device
- run the tests
- stop the app after the tests are done