An exception throws if I try to run Patrol without having internet connection #2172
Unanswered
cristianorsilva
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I was doing a POC (Proof Of Concept) between Flutter Integration Testing and Patrol here at the company I am working for, and I found a scenario that caught our attention: the behavior on an environment without internet connection.
I turned off the internet connection in my macBook then I tried to run the command below:
patrol test --target integration_test/tests/pix/ --device 'emulator-5554'
However, I got the error below:
For the Flutter Integration Testing no error happens, I was able to run the tests without problem.
This behavior on Patrol gave me some concern about the scenarios where the internet access is limited or even missing.
Could this Patrol error be seen as a bug?
Beta Was this translation helpful? Give feedback.
All reactions