Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 716 Bytes

File metadata and controls

23 lines (15 loc) · 716 Bytes

MergeDOTNETTestReport

Merge HTML report from dotnet test command (Section Summmary) into one file

How to use

  • Command Template
MergeDOTNETTestReport.exe -inputpath <YOUR_TEST_REPORT_PATH> -outputpath <YOUR_OUTPUT_PATH> -reportname <YOUR_TEST_REPORT_NAME>
  • Example
D:\\06Utility\\MergeDOTNETTestReport\\MergeDOTNETTestReport.exe -inputpath D:\\01DOTNETCODE\\01GITMAIN\\TestResult -outputpath D:\\01DOTNETCODE\\01GITMAIN\\TestResult -reportname TestSummary.html

Result

2021-10-12_063012

Blog