-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Studio and flow cannot be run at the same time #2188
Comments
This normally comes down to resources. Maestro uses a 'chatty' protocol, and polls often. On some machines or some destinations, it's not sustainable to run concurrently. That being said, that error of simply |
Thanks for your response @Fishbowler. Can I do something more to workaround this? Or can I support here to investigate it further (can you reproduce it)? |
@Fishbowler I also have this issue. I my opinion it's very easy to reproduce like this: (btw. this is my common workflow for creating new tests, that's why it's a bit annoying for me)
In my case it's not about being able to run maestro commands from two terminals at the same time. It's just about being able to write a test in continuous mode and being able to use I hope my input helps |
Is there an existing issue for this?
Steps to reproduce
I cannot run the Maestro Studio and a test flow against an Android Emulator app at the same time on MacOs. But I could run the test flow when I closed the Studio.
Actual results
Test Flow fails with the launch command:
Expected results
I can run the Studio and the test at the same time.
About app
Downloaded with
maestro download-samples
and usedsample.apk
About environment
MacOS Sequoia 15.1.1 with
Logs
Logs
Maestro version
1.39.4
How did you install Maestro?
install script (https://get.maestro.mobile.dev)
Anything else?
No response
The text was updated successfully, but these errors were encountered: