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.** In CI pipeline we would wish to run e2e simulator tests before we merge the PR. For this we need...

enhancement

**Describe the bug** Any scroll commands fail on React Native + iOS, causing tests to fail. This includes `scroll`, `scrollUntilVisible` and `swipe`. This effectively makes Maestro unusable for us on...

bug

**Is your feature request related to a problem? Please describe.** Our team has 29 tests, and they take over an hour to execute (we don't know exactly how long because...

enhancement

Please consider resuming support for homebrew as a distribution mechanism, in some enterprises a "curl pipe bash" installation methodology isn't going to fly.

enhancement

**Describe the bug** In our flow we try to scroll to a text that has round brackets in it. The console says it was executed but it wasn't. When trying...

bug

Given a button labeled `Antrag zurückziehen` below "the fold" ```yaml - scrollUntilVisible: element: text: "Antrag zurückziehen" ``` won't even begin to scroll down. ```yaml - scrollUntilVisible: element: text: "Antrag zuruckziehen"...

bug

**Describe the bug** The process crashes after Android toast is shown. **Only happens for custom toast(i.e. with custom view)** ``` Exception in thread "pool-4-thread-1" java.io.IOException: Command failed (tcp:7001): closed at...

bug

## What's the issue? When an assert statement fails, its quite hard to see what went wrong. This is especially worsened in the case of junit reports where its very...

enhancement

Hi, I’m seeking help with this issue on iOS. I’m trying to select elements on the popup window but without any luck. As you can see on the image below,...

bug

**Describe the bug** We're facing a weird bug on Maestro Cloud where steps pass in a particular test but the actual flow fails withe this error: ``` Namespace FRONTBOARD, Code...

bug