You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues and didn't find mine.
Steps to reproduce
Install Maestro on Windows following docs
Run emulator Nexus 6 (API 30) -> open other Windows Powershell to run adb -a -P 5037 nodaemon server
On WSL2 terminal run export ADB_SERVER_SOCKET=tcp:<MY_WINDOWS_IPV4_ADDR>:5037 and adb devices and it returns:
emulator-5554 device
Run test: maestro --host <MY_WINDOWS_IPV4_ADDR> test login.yaml
Actual results
Nothing happen on the emulator, and WSL2 terminal shows:
Want to use 0 devices, which is not enough to run 1 shards. Missing 1 device(s).
Not enough devices connected (1) to run the requested number of shards (1).
Additional, I don't know if this is related, when I run adb -a -P 5037 nodaemon server, the last line is
Is there an existing issue for this?
Steps to reproduce
adb -a -P 5037 nodaemon server
export ADB_SERVER_SOCKET=tcp:<MY_WINDOWS_IPV4_ADDR>:5037
andadb devices
and it returns:emulator-5554 device
maestro --host <MY_WINDOWS_IPV4_ADDR> test login.yaml
Actual results
Nothing happen on the emulator, and WSL2 terminal shows:
Additional, I don't know if this is related, when I run
adb -a -P 5037 nodaemon server
, the last line isExpected results
Test flow is run successfully
About app
About environment
Logs
Logs
Maestro version
1.39.1
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: