Open lcdsmao opened 1 year ago
Creating baseline profiles with Maestro is such a cool idea, thanks for sharing it with us.
We don't have resources to work on this right now, unfortunately, but if someone from the community would like to investigate it further (and maybe shoot us a PR with code/docs), we'd be happy to review it.
Is your feature request related to a problem? Please describe.
We are trying to create baseline profiles for our apps. The documentation example uses UI Automator to control the behavior of the app, which is hard to use. I'm wondering if we can use Maestro to create a baseline profile.
Describe the solution you'd like
I was trying to create a test like this:
Then I execute the test and wait for the test starts. After the test started I execute maestro:
maestro test myflow.yaml
. But maestro cannot start property with this exception:Describe alternatives you've considered
Additional context