This project outputs JUnit XML from Flutter test output. I plan on adding more customization options and features in the future. For now it will only output the JUnit XML. One for each test suite.
Usage:
flutter test --machine | freitunit
Installation:
brew tap andersonfds/freitunit
brew install freitunit
Features:
- Outputs to the console only the errors in a more readable format
- Saves each testsuite under its own
reports.xml
file