logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

junitparser - Pythonic JUnit/xUnit Result XML Parser

Author

       Joel Wang

                                                                                                  JUNITPARSER(1)

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

See Also