junitparser - Pythonic JUnit/xUnit Result XML Parser
Contents
Description
junitparser is a JUnit/xUnit Result XML Parser. The command line tool can merge several Result XML files
to one file.
Name
junitparser - Pythonic JUnit/xUnit Result XML Parser
Options
Positionalarguments
merge Merge Junit XML format reports with junitparser.
path Original XML path.
output Merged XML Path.
Optionalarguments
-h, --help
Show a help message (general or for command merge) and exit.
-v, --version
Show program's version number and exit.
--glob Treat original XML path(s) as glob(s).
Synopsis
junitparser [-h] [-v] {merge} ...
junitparser merge [-h] [--glob] path [path ...] output
