Installing Maestro
Installing the CLI
Using Windows? Follow this guide to get set up on a Windows machine: Installing Maestro on Windows
Run the following command to install Maestro on macOS, Linux or Windows (WSL):
If you're on macOS, you can use Homebrew instead of the install script above:
Upgrading the CLI
Simply run the installation script again:
Installing a specific version of Maestro
To install a specific version, export the MAESTRO_VERSION
environment variable and run the same installation command as before:
See the list of available versions.
Installing a specific version of Maestro in a Dockerfile
Define a variable for the version you want to install:
Then download Maestro and add it to your path:
Connecting to Your Device
maestro test
will automatically detect and use any local emulator or USB-connected physical device.
Note: At the moment, Maestro does not support physical iOS devices
Last updated