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

## Highlights ### Parallel Execution and Sharding - New shards parameter `--shards 5` or `-s 5` to distribute tests across multiple devices - Enhance `--deviceid` parameter to allow specification of...

external-contribution

**Is your feature request related to a problem? Please describe.** Right now there is no ability to run a custom script when test finish it's will be useful in case...

enhancement

When executing JavaScript via [runScript](https://maestro.mobile.dev/advanced/javascript/run-javascript) I get errors when trying to import or require import error: `org.mozilla.javascript.EvaluatorException: missing ; before statement` require error: `ReferenceError: ReferenceError: "require" is not defined.` Is...

enhancement

Hi team .I am trying to run maestro on my application but still at login flow .I am able to enter the email and password but unable to click on...

**Is your feature request related to a problem? Please describe.** We need to e2e test our app where we have some flows where we want to test content in a...

enhancement

**Describe the bug** tapOn "text" not working when `accessibilityLabel` is available on iOS. After removing `accessibilityLabel` tapOn "text" works as expected **To Reproduce** Steps to reproduce the behavior, e.g.: 1....

bug

**Describe the bug** I want tapOn `Lanjut` button to the next page, but it doesn't work (I use `tapOn: .*Lanjut` because on maestro studio it looks `Kembali\nLanjut`). It passed, but...

bug

## Proposed Changes This PR allows to test a screen against what is called a [System-initiated Process Death](https://galex.dev/posts/how-to-detect-process-death-issues/) which is something very specific to the Android platform, but gives a...

enhancement
android
external-contribution

**Describe the bug** I installed maestro 1 day ago and it works, but now every time I try to run a maestro studio command I get this error: java.net.ConnectException: Connection...

bug

**Describe the bug** Hi team, Maestro is fantastic, and I'm currently working on a demo. However, I've encountered an issue. The test works perfectly when run locally, but it gets...

bug