Open pocmo opened 3 weeks ago
We are running our web tests with:
maestro --udid=chromium test ...
That worked fine until we updated to maestro 1.39.0.
An error is printed and no tests are run:
Device chromium was requested, but it is not connected.
Chrome should launch and run the tests.
All web tests are affected
1.39.0
install script (https://get.maestro.mobile.dev)
No response
MA-2390 Device chromium was requested, but it is not connected
I ran git bisect and it identified commit 2d9e106685cf057980a64aad17b93583809daa33 as the first one with the issue.
Problem is still there with 1.39.1. Using studio connecting to chromium works.
Is there an existing issue for this?
Steps to reproduce
We are running our web tests with:
That worked fine until we updated to maestro 1.39.0.
Actual results
An error is printed and no tests are run:
Expected results
Chrome should launch and run the tests.
About app
All web tests are affected
About environment
Logs
Logs
``` ```Maestro version
1.39.0
How did you install Maestro?
install script (https://get.maestro.mobile.dev)
Anything else?
No response