In order to test my mobile app, I want to try Maestro mobile.
Following the official documentation, I installed Maestro on my Mac (macOS 13.5.1, M1 chip) using the following command:
curl -Ls "https://get.maestro.mobile.dev" | bash
Then I wanted to test it out using the following command:
maestro download-samples
Unfortunately, I got the following error:
zsh: command not found: maestro
So I searched where is Maestro located on my Mac, so I can add it in the PATH, but I can't find it.
Do you know where is Maestro installed on macOS? Or how I can fix that?
Thanks.
For me, using the following command solved the problem (I used
zshinstead ofbash):I also needed to install Java.