Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 823 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 823 Bytes

treetracker-testing

Pressure test, test tool, test report and test code.

How to run the test locally

  1. Install Maestro Run the following command to install Maestro on macOS, Linux or Windows (WSL):
curl -fsSL "https://get.maestro.mobile.dev" | bash

If you're on macOS, you can use Homebrew instead of the install script above:

brew tap mobile-dev-inc/tap
brew install maestro

Note: Follow the information after installing Maestro, you may need to export some environments

  1. Create and launch Android/iOS Emulator or USB-connected physical device. Note: At the moment, Maestro does not support physical iOS devices

  2. Build and install Android/ios TreeTracker app.

  3. Run the test.

maestro test ${PATH_TO_TEST_FILE}

More instruction: Maestro Offical Website