Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.37 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.37 KB

Standalone, Android and MacOS Build with Java Tests

This repository shows a few Java tests that use the page object model and AltTester to test the Unity endless runner sample: https://assetstore.unity.com/packages/essentials/tutorial-projects/endless-runner-sample-game-87901

Running the tests on Windows or MacOS

The tests are meant to be run on an Windows or MacOS device.

To start the tests, depending of your OS run:

Running the tests on Android

Please make sure your android device is connected via USB before running the .sh script

To start the tests, run:

This script will:

  • start the app on your device
  • run the tests
  • stop the app after the test are done