-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration tests don't finish on failure #11
Comments
Thanks for the MRE! I will take a look at it in a few hours when I am home. |
Thanks for the quick response! I've done some quick testing with FVM using version 3.13.7 and 3.10.7 but am still experiencing the same issue. When using the previous catcher it was on flutter version 3.7.8 but that is incompatible with catcher 2. |
Alright, thanks for the testing and reporting back! I will see what I can do then. Catcher 2 has only very few internal changes to Catcher, so it will most likely be some change between Flutter 3.7.x and Flutter 3.10.x. Maybe, I will find something suspicious. |
I was not able to reproduce this exact issue, because I had another one. I have added two parameters to |
The fix should now be available as part of version |
Thank you for getting this sorted so quickly! |
Describe the bug
Currently if you run integration tests with catcher 2 wrapped around the application on a failure the tests don't finish but just get stuck. This was not occurring on the original catcher. I have created a demo project to demonstrate the issue.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Test will complete in terminal showing one integration test failure
Device
catcher_2
version: 1.0.0Checklist
The text was updated successfully, but these errors were encountered: