maestro
maestro copied to clipboard
Painless Mobile UI Automation
**Background** Sometimes we need to manipulate some other services that we cannot do via the apps UI, it would be useful if we could call some of our own external...
Hello, I tried maestro on mac and can run very well. But I need install maestro on windows 11 and follow the docs: - Download the latest release from Github...
When maestro is run on an unsupported iOS version, a grpc error is thrown. Exception: `kotlin.Unit io.grpc.StatusRuntimeException: UNAVAILABLE:` Stack trace: ``` com.github.michaelbull.result.UnwrapException: kotlin.Unit io.grpc.StatusRuntimeException: UNAVAILABLE: Network closed for unknown reason...
Version: maestro 1.10.1 Yaml: ```yaml # happy-path.yaml appId: my.app --- - launchApp - tapOn: "By Publisher" - tapOn: "Puzzle #1" ``` The Android app opens correctly in the simulator. It...
In order to have a better organization when creating flow files, it would be very useful if we can include subfolders into .mobiledev. When the suit of flows grows, it...
Hide Keyboard is still not 100% reliable. I found following flow where it fails: ``` # flow_contacts_android.yaml appId: com.android.contacts --- - launchApp - tapOn: "Create new contact" - tapOn: "First...
I followed the install directions and have a simulator running with idb_companion but i get the following error when running `maestro test test_flow.yaml`. Originally I was getting an error about...
Biometrics?
I have an app that I want to automate that performs some fingerprint biometric checks. We really only need to test on one platform, so can restrict it to Android...
I work with a custom made device which has some fairly modest hardware specs which keeps timing out whenever I try to run a test. ``` java.util.concurrent.TimeoutException: Maestro Android driver...
Hello! **Maestro version**: 1.10.1 When running a flow on a real device it always opens the Leak companion app instead of the main app. Tested it on a Samsung s10e....