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

**Describe the bug** Multiple selectors will be ignored. **To Reproduce** ``` - runFlow: when: visible: id: "fnctst-checkbox-agree" checked: false commands: - .... ``` This also causes a "Assertion is false:...

bug

**Is your feature request related to a problem? Please describe.** Right now `setLocation` does not accept external env variables. file.yaml: ``` appId: xxx --- - launchApp - waitForAnimationToEnd - setLocation:...

enhancement

**Is your feature request related to a problem? Please describe.** Right now there is no way to tell what happened on the first attempt when a test suite fails in...

enhancement

**Is your feature request related to a problem? Please describe.** It would be great to be able to cancel a cloud test suite that is running.

enhancement

**Describe the bug** Tap on specific point within an element is not working on ios. Instead of clicking on a point within the element, it taps on the point within...

bug

I can see an example to add Auth : BearerToken in when making Http GET Request like below, However finding difficult to understand how to add 'Auth'(UserName/Password). Do you've an...

**Is your feature request related to a problem? Please describe.** I would like to be able to run maestro tests without specifying an application. **Describe the solution you'd like** Be...

enhancement

**Is your feature request related to a problem? Please describe.** In our app we have several horizontal scroll bars, at the end of this horizontal scroller there is an element...

enhancement

**Describe the bug** App crashes randomly. Error: Request for viewHierarchy failed, because of unknown reason, body: {"errorMessage":"Application com.app.id is not running","code":"internal"} **To Reproduce** This is random bug. **Expected behavior** No...

bug

Hello. I try to run emulator with command: ``` maestro start-device --platform=android ``` Output of command is: ``` Attempting to create Android emulator: Maestro_Pixel_6_API_30 Created Android emulator: Maestro_Pixel_6_API_30 (system-images;android-30;google_apis;x86_64) Launching...

bug