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

When running short operations maestro, its running fine. Even I run all the commands separately its working without an issue. But once I combine the tests in a single yaml...

bug

Hi, I was wondering if Maestro could be integrated with [ReportPortal](https://reportportal.io/) as we use this as our test report aggregator. This would hopefully report back test summary, errors and screenshot/videos.

enhancement

**Describe the bug** Whilst running our android test folder containing 70~ flows taking around 40mins on CI, the below `Exception in thread "pool-4-thread-1"` occurs. This then causes an execution timeout,...

bug

**Describe the bug** Maestro is unable to detect whether MaterialButton (e.g. TextButton) is enabled or disabled. This may be related to that [enabled](https://api.flutter.dev/flutter/material/ButtonStyleButton/enabled.html) property seems to be deprecated as a...

bug

**Is your feature request related to a problem? Please describe.** I'd like to have possibility to define own reusable commands. **Describe the solution you'd like** I'd like to have possibility...

enhancement

## Proposed Changes I think `xcTestDriverStatusCheck` may return a response object with an error response or throw. In `isChannelAlive`, where we care about _whether_ channel is alive we should treat...

**Describe the bug** A clear and concise description of what the bug is. ``` Rendering your video. This usually takes a couple minutes... Uploading raw files for render... █████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░[java.net.SocketException: Broken...

bug

Currently upon a step failing, the rest of steps in the flow are not executed with the flow execution terminating. Ideally it would be desirable for a user to add...

enhancement

# Feature Request There should be a command like `installApp` - that allows you to install an APP or APK file from a URL ## Why it is needed Sometimes...

enhancement

## Description Currently, our automated testing project lacks the ability to capture screenshots and automatically send them to Jira Xray. To enhance visibility and efficiency in our tests, I propose...

enhancement