maestro icon indicating copy to clipboard operation
maestro copied to clipboard

Painless Mobile UI Automation

Results 326 maestro issues
Sort by recently updated
recently updated
newest added
trafficstars

As most apps have very similar UX flows on both platforms, however in most cases developers do not use same id's for views on both platforms - it would be...

Either the existing command `maestro test` or the new one should execute all tests (`.yaml` files, maybe only those with correct syntax for Maestro) in the current directory (folder) or...

Currently the following properties are being exposed for true/false on elements: ``` "clickable" : "true", "enabled" : "true", "focused" : "false", "checked" : "true", "selected" : "false" ``` For elements...

I'd like to perform some conditional paths (kind'a `if-else`) and according to documentation `runFlow: when:` is the way I can achieve that. So I have a script: ```yaml # flow.yaml...

enhancement

## Proposed Changes Using the `ManifestData.launcherActivity` to run the app. I think it should fix #279 ## Testing ## Issues Fixed

Could not parse Flow file: Cannot deserialize value of type `maestro.orchestra.yaml.YamlConfig` from Array value (token `JsonToken.START_ARRAY`) at [Source: UNKNOWN; byte offset: #UNKNOWN]

Building a react-native project and only buttons and text components are shown when calling `maestro hierarchy`. Other components have id's assigned too and Maestro isn't picking it up. Have tried...

Right now, RightOf is tapping over the closest resource at the right. (See attached image, I might be wrong) There are some places like in the image where an alternative...

* Native * Expo * Flutter * ReactNative