Ivan Horchakov

Results 7 comments of Ivan Horchakov

I'm totally agreed. For example, Xamarin (C#) has an awesome app.Repl() which prints out in the terminal compact & understandable tree without all unnecessary info like debugDumpApp().

@jBorkowska can you share the example of "...local version of patrol_cli, so use dart run /path/to/patrol/packages/patrol_cli/bin/main.dart develop and usual arguments you use" full command? Originally my issue [posted here](https://discord.com/channels/1167030497612922931/1247636328909373481/1247636328909373481) -...

We reproduced mentioned error with "androidx.test:orchestrator:1.4.2", running our Flutter app instrumented tests (Patrol framework) in Firebase Test Lab on real Android device with API 34.

FYI @fylyppo IDK how it goes in BS (tests running on Android emulator?) - but in my case I faced "test stuck" on Android emulator during native actions (pressHome, openApp)...

In my case (Flutter 3.19.6, patrol 3.7.1, patrol_cli 2.7.0) mentioned [ConnectException](https://github.com/leancodepl/patrol/issues/2199#issue-2305904240) reproducible only on Firebase TestLab's virtual Android device (real Android device is Ok).

U.P.D.: just caught it locally on Android emulator API 34 (Flutter 3.19.6, patrol 3.7.1, patrol_cli 2.8.1). It can be related to reusing of tests (for example we have LogIn test...

> U.P.D.: just caught it locally on Android emulator API 34 (Flutter 3.19.6, patrol 3.7.1, patrol_cli 2.8.1). It can be related to reusing of tests (for example we have LogIn...