maestro
maestro copied to clipboard
Painless Mobile UI Automation
Manage idb companion internally so users don't need to deal with running the command in the background as a prerequisite.
Hi, This tool look pretty nice, but I'm having some issues to make it work on my Windows 11 computer. When I run the command from a PowerShell, I get...
Hi, whenever I run maestro test I can only run it once successfully. Every consecutive run fails with a dadb.AdbStreamClosed Exception. Only restarting the Android Emulator solves this. But every...
I have a Jetpack Compose app, which features a textfield in a dialog having the label: "Enter code or url" While running a Mastro test, the `tapOn` command is not...
### Steps to reproduce the behavior: - Go to the command line - Run ``` brew tap mobile-dev-inc/tap brew install maestro ``` See error saying maestro cannot be installed because...
eg: ``` - launchApp: clearState: true permissions: { notifications: 'YES', location: 'always' } ```
It would be great if it would be possible to make multiple tap option for a view and key press to access hidden options. For example opening dialog for switching...
My use case is described exactly in the slack channel in this discussion https://mobile-dev-inc.slack.com/archives/C041FU72T54/p1663244249203259?thread_ts=1663243109.313569&cid=C041FU72T54 The gist is that in some step of the test, there's an audio recording and a...
The existing scroll command supports vertical scrolling, do we need to parameterise this command/use the `SwipeCommand` to imitate horizontal scrolling?
Currently I was not able to control picker to select digits. Picker is visible on the screen of simulator but hierarchy view does not see it.