Export Flutter test results to Test Reports

Description of the feature request I’d like to be able to see test results of Flutter tests step in Test Reports extension. This can be easily done with tojunit tool as described in my issue here. With flutter test --machine | tojunit command we can get junit test report file that can be parsed by…