Skip to content

andersonfds/freitunit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

freitool: JUnit XML output from Flutter Pipe

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.

"Buy Me A Coffee"

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