Skip to content

Utility for merge Nunit results into a single output file

Notifications You must be signed in to change notification settings

glorylo/NUnitMerger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Example Usage

NUnitResultMerger.exe <folder> <filter> <output>
e.g.
NUnitResultMerger.exe "C:\NUnitResults" *.xml "C:\All.xml"

OPTIONS

<folder> The folder containing all the XML files to be merged.
<filter> File filter such as *.xml
<output> The output XML file.

About

Utility for merge Nunit results into a single output file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%