May 7, 2023
Nice article, thanks.
> Usually when we use flutter test integration_test to run all the tests in the integration_test folder, Flutter will generate one binary for each test file in that folder.
This is a design mistake in Flutter. I reported it here: https://github.com/flutter/flutter/issues/115751