maestro
maestro copied to clipboard
Painless Mobile UI Automation
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...
**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`...
**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...
**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...
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...
Pra subir para GIT Action a pasta .maestro é solicitada : https://console.mobile.dev/quickstart?teamId=f2d3614b-e7b5-4889-a55c-69edb6b2b7ac  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
**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...
**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...
**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:...