Skip to content

jeff-roche/juparse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

juparse

junit test output parser in go

Install

$ go install github.com/jeff-roche/juparse@latest

Usage

$ juparse -file MyTestOutput.xml

Flags

  • -v Verbosity - Show reason for failed and skipped tests
  • -passed Filter to passed tests
  • -skipped Filter to skipped tests
  • -failed Filter to failed tests

Filter flags can be combined to create specific outputs:

# This will show failed and skipped tests with the reason
$ juparse -file MyTestOutput.xml -v -skipped -failed

About

junit test output parser in go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages