Thanks for the article!
Could you say if the new integration test fixes some other issues with flutter driver:
- in flutter driver the next test in file picks up from the state where the previous tests finished - there was not easy way to 'reset' the app before the next test would start
- run entire folder of tests - just like normal unit tests instead always running one test file at a time
- can we setup the test mocks/configuration inside the test file instead of the main file? In your sarticle ou have `pumpWidget` so I assume this is now possible from withing the test file
- from what Flutter version is this supported?
I am really excied to try it out!