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
After upgrading to maestro version 1.39.2, I get this error when trying to run the test (I am using windows and WSL)
Actual results
The test fails to run. WSL seems to not be able to run and identify the opened emulator on windows size, even though adb devices does return the device
Expected results
The test runs as it was before (we were using version 1.33.0)
About app
It's a simple app, we are trying to run an E2E flow for the authentication, with mocked data and users. The test runs fine locally in version 1.33.0
About environment
openjdk 21.0.5 2024-10-15
OpenJDK Runtime Environment (build 21.0.5+11-Ubuntu-1ubuntu124.04)
OpenJDK 64-Bit Server VM (build 21.0.5+11-Ubuntu-1ubuntu124.04, mixed mode, sharing)
chris@Christian-PC:~$ adb kill-server
chris@Christian-PC:~$ export ADB_SERVER_SOCKET=tcp:192.168.0.101:5037
chris@Christian-PC:~$ adb devices
List of devices attached
emulator-5554 device
chris@Christian-PC:~$ cd /mnt/c/Users/chris/Projetos/truckup/truckup-pro/e2e
chris@Christian-PC:/mnt/c/Users/chris/Projetos/truckup/truckup-pro/e2e$ maestro --host 192.168.0.101 test e2e.yml
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).
chris@Christian-PC:/mnt/c/Users/chris/Projetos/truckup/truckup-pro/e2e$
chris@Christian-PC:/mnt/c/Users/chris/Projetos/truckup/truckup-pro/e2e$ maestro --version
1.39.2
Is there an existing issue for this?
Steps to reproduce
After upgrading to maestro version 1.39.2, I get this error when trying to run the test (I am using windows and WSL)
Actual results
The test fails to run. WSL seems to not be able to run and identify the opened emulator on windows size, even though adb devices does return the device
Expected results
The test runs as it was before (we were using version 1.33.0)
About app
It's a simple app, we are trying to run an E2E flow for the authentication, with mocked data and users. The test runs fine locally in version 1.33.0
About environment
openjdk 21.0.5 2024-10-15
OpenJDK Runtime Environment (build 21.0.5+11-Ubuntu-1ubuntu124.04)
OpenJDK 64-Bit Server VM (build 21.0.5+11-Ubuntu-1ubuntu124.04, mixed mode, sharing)
Distributor ID: Ubuntu
Description: Ubuntu 24.04.1 LTS
Release: 24.04
Codename: noble
Logs
Logs
Maestro version
1.39.2
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: