Replies: 1 comment
-
When the test failed, the output provides more details, including the specific failing test case and the reason for failure. In this case, it mentions: Failing tests: -[RunnerUITests example_test counter state is the same after going to home and switching apps] Take a look at this: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everybody. I wanted to give patrol a try and followed the getting started guide.
I managed to execute
patrol test -t integration_test/example_test.dart
and get the following output:Since in the guide there is written:
I would assume my setup isn't working yet. But I have no real idea where to head to next to figure things out, I only checked the mentioned
.xcresult
file but that seems to be not so informative for me yet. But, if I change the title in the AppBar widget (within the example_test.dart) I get an error message - which suggests a working setup.Could maybe someone push me into the right direction? Maybe it's just an outdated getting started guide?
for completeness, the output if the test fails:
Beta Was this translation helpful? Give feedback.
All reactions