I am writing integration tests with Flutter's new integartion-test package. The tests are executing fine using flutter drive command but it does not give me any json report. flutter test --machine is not working for integration tests.
I want to generate a json report for the executed tests. Is there any other command or any workaround for this?