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.** The problem is that we can not put logs after steps if it did passed or failed on console while...

enhancement

Continuing #1445 Fixes #1427 Adding a `--flatten-debug-output` switch that will remove the datetime folder, as well as `/.maestro/tests/` from the path, leaving the debug output exactly where the user defined....

enhancement
external-contribution

## Proposed Changes ### what? I propose these changes to move the test-result file output directory to `/Users/user/.maestro/tests/*/report.xml` instead of the root folder. ### why? Since the generated files from...

enhancement

**Describe the bug** Maestro flows which run successfully on few devices, fail on other devices with the error `(Unable to clear state for app )` **To Reproduce** Steps to reproduce...

bug

**Is your feature request related to a problem? Please describe.** I'm working on an app with 6M+ users and we are planning to refactor our E2E tests to achieve better...

enhancement

**Is your feature request related to a problem? Please describe.** Adding support for Compose Multiplatform would be a valuable enhancement, especially considering JetBrains's significant investment in it. **Describe the solution...

enhancement

**Describe the bug** Currently in debug logs we get all [INFO]. Can we change it to ERROR or DEBUG too along with respective colors. **To Reproduce** Try to generate debug...

bug

iOS testing currently does not support landscape mode. (I am not sure about the current status of landscape support with Android) As a quick test, download the samples: ``` maestro...

bug
enhancement
ios

I've been setting up Maestro on two Windows computers. On one of them, it works perfectly, but I have an issue on the other. I finished the whole setup process...

bug
android

**Describe the bug** I have a settings screen that has a button on the bottom part. I tried `scrollUntilVisible` but it's just not scrolling. Other scroll options are also not...

bug