Pressure test, test tool, test report and test code.
- 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
-
Create and launch Android/iOS Emulator or USB-connected physical device. Note: At the moment, Maestro does not support physical iOS devices
-
Build and install Android/ios TreeTracker app.
-
Run the test.
maestro test ${PATH_TO_TEST_FILE}
More instruction: Maestro Offical Website