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

**Is your feature request related to a problem? Please describe.** When there is an orientation change in the app (for example if you open a video player) maestro studio won't...

enhancement
maestro studio

**Describe the bug** Whilst running a flow that previously passed, the following error occurred: ``` [ERROR] maestro.drivers.AndroidDriver - Failed to get view hierarchy: Attempt to invoke virtual method 'java.lang.CharSequence android.view.accessibility.AccessibilityNodeInfo.getContentDescription()'...

bug

I build a flutter app. My app use Firebase App Check, i submit apk on cloud but flow failed. Because when uses app check, you need to add debug token...

bug

**Is your feature request related to a problem? Please describe.** When I run a specific flow, that also runs a javascript which logs messages, it displays very nicely `./maestro.sh test...

enhancement

**Describe the bug** I have an app which uses bottom sheet modal https://github.com/gorhom/react-native-bottom-sheet I am trying to test a button rendered inside the bottom sheet (the user clicks on text...

bug

## Proposed Changes Since API 34, screen recording duration limit has been extended [from 3 minutes to 30 minutes](https://issuetracker.google.com/issues/236721231). However, `--time-limit 0` needs to be passed to the adb `screenrecord`...

i want to add a (wait :20s or when) for an action then continue but i get an error message :"Failed to parse file: /home/unix/calleebree/calleebree/calleebree/.maestro/tests/outbound-call/tc-02.yaml:19 Unrecognized field "when" (class maestro.orchestra.yaml.YamlFluentCommand),...

bug

## Proposed Changes This PR allows maestro to work on Android API 21-23 devices. It depends on a change in dadb and currently uses a git dependency, which I'll change...

android
external-contribution

**Describe the bug** Tapping on YES or NO labels does not work. **To Reproduce** 1. Have dialogue with YES or NO labels 2. `-tapOn: YES` **Expected behavior** YES option is...

bug

Hey there, I want to set this up but as of current I need a long press in order to be able to perform an action. I need to be...

enhancement