maestro
maestro copied to clipboard
Painless Mobile UI Automation
Hello. I woud like to set up maestro with github actions instead of eas, I know that using eas is much easier when using expo. My problem is that I...
**Describe the bug** I have an app that displays a circular progress indicator for 31 seconds, and I expect `waitForAnimationToEnd` to spend its default timeout (15 seconds) waiting and only...
### Is there an existing issue for this? - [X] I have searched the existing issues and didn't find mine. ### Steps to reproduce Test file ``` appId: test jsEngine:...
### Is there an existing issue for this? - [X] I have searched the existing issues and didn't find mine. ### Steps to reproduce - Connect two devices to the...
I face with annoying thing that I have to define `arguments` in each test flow (contestant values, won't be changed) ```yaml - launchApp: appId: "com.example.app" arguments: isMaestro: true turnOffAnalytics: true...
**Is your feature request related to a problem? Please describe.** **CopyTextFrom** is removing the newline character from the text copied from a widget and returning a continuous string linefeed has...
## Context https://github.com/mobile-dev-inc/maestro/pull/1996#issuecomment-2324679424 ## Proposed changes - I also added `MAESTRO_CLI_DANGEROUS_GRAALJS_ALLOW_ALL_ACCESS` for `allowAllAccess()` - I added a disabled integration test for the case where the env var needs to be...
### Is there an existing issue for this? - [X] I have searched the existing issues and didn't find mine. ### Steps to reproduce - [Expo Snack](https://snack.expo.dev/@pedrow21/swipeproblemsnack); - [Gist with...
**Describe the bug** Upload requests fail to maestro cloud when using the CLI if the test contains sub-flows: `- runFlow: subflows/onboarding-android.yaml` **To Reproduce** Follow https://cloud.mobile.dev/getting-started/quickstart in login into CLI and...
**Is your feature request related to a problem? Please describe.** A computer can only run one maestro even if there are multiple devices connected, and if i want to run...