maestro icon indicating copy to clipboard operation
maestro copied to clipboard

Painless Mobile UI Automation

Results 245 maestro issues
Sort by recently updated
recently updated
newest added

This appears to be doable: - [Android](https://stackoverflow.com/a/2587369/926907) - [iOS](https://fbidb.io/docs/commands#set-a-simulators-location)

enhancement

Would love to have the option to copy the text from a view so it can be checked against some other view. This would also bring in discussion a new...

enhancement

Would be nice to have "subflows" wich can be written without an `appId` or `launchApp` command and they can be called from other flows. Our use case: When we want...

documentation
question

Would be nice to have a command to scroll to a specific view in the list. E.g. - scrollTo text: "Text"

enhancement

I was trying to make a test to verify a snackbar appears. But the snackbar seems to dissappear (long delay) before Maestro can detect it. I am basically asserting visibility...

question

We have the ability to swipe via coordinates today, but that's brittle and difficult to figure out what the right coordinates are. It would be nice to be able to...

enhancement

`maestro hierarchy` times out if you're running `maestro -c test` in another window. This is actually a very common use case while iterating on a flow. We should support running...

enhancement

When integrating Maestro in a CI, it could be handly to run a set of flows in one go

enhancement

It would be nice to be able to have `tapOn: button` find a button with text == `My button with a long name`. Today we need to write `tapOn: .*button.*`....

enhancement

I have been trying to setup maestro in windows but there are some issues which i am facing while executing ".\maestro test flow.yaml" command. The error is as follows: The...