Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 7, 2021. It is now read-only.
/junit-mergePublic archive

NodeJS CLI for merging JUnit XML test results

License

NotificationsYou must be signed in to change notification settings

drazisil/junit-merge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCICoverage Statuscode style: prettierGreenkeeper badge

NodeJS CLI for merging JUnit XML test results

This version works with Node 6, Node 8, and Node 10. It drops support for Node 4

Installation

npm install -g junit-merge

Or just download the repository and include it in yournode_modules directly.

Usage

Usage: junit-merge [options] <xmlFile1.xml> [xmlFile2.xml..] Options:   -V, --version           output the version number   -d, --dir <path>        merge all results in directory   -C, --createDir         create the output directory if missing   -r, --recursive         pass to recursively merge all results in directory   -o, --out <mergedfile>  file to output to (default: ./merged-test-results.xml)   -h, --help              output usage information

Contributing

Feel free to submit issues and/or PRs! In lieu of a formal style guide,please follow existing styles.

About

NodeJS CLI for merging JUnit XML test results

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors5


[8]ページ先頭

©2009-2025 Movatter.jp