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

I'm finding that with certain test runs, the test will get to a certain point, then the app will immediately freeze (i.e. it won't crash, but animations will stop and...

bug
ios
react-native

**Describe the bug** I want to select the second row in the `UIPickerView`, which reads "Pay with frequently used credit card". I have assigned the accessibilityIdentifier to both the `UIPickerView`...

bug

**Describe the bug** If there is testId with some special / not alphanumeric char, it cannot tap on element. I found out test id is not working with some special...

bug

**Describe the bug** Tests execution and Maestro Studio stop working for no reason when that modal window appears. However, other native modals, such as the permission request for notifications, work...

bug

Selector properties don't function properly inside the "runFlow" method. it will always get 'enabled: true' and execute the command even if 'enabled' is actually 'false' it does work in assert...

bug

Pra subir para GIT Action a pasta .maestro é solicitada : https://console.mobile.dev/quickstart?teamId=f2d3614b-e7b5-4889-a55c-69edb6b2b7ac ![image](https://github.com/mobile-dev-inc/maestro/assets/41792297/162fe907-95c3-40db-b05b-fee702199246) no mestro Commands > addMedia pede pra colocar "./asserts/" só que aí começa da erro no git...

After the current `test case` fails, it will cause subsequent process interruptions Hope to add the function of returning the specified webview of the app

enhancement

**Describe the bug** Tests are always running in parallel despite setting the `flowsOrder`, which is a bit confusing because [this doc](https://maestro.mobile.dev/cli/test-suites-and-reports#sequential-execution) clearly outlines that other tests should run right after...

bug

**Describe the bug** Maestro Studio is not failing the assertVisible assertions when the elements do not exist. **To Reproduce** 1. Start the simulator for a React Native project on iOS...

bug

**Describe the bug** It seems like commands always return OK **To Reproduce** Steps to reproduce the behavior, e.g.: 1. Start the simulator 2. Run `maestro studio` 3. Run the command:...

bug