Merge HTML report from dotnet test command (Section Summmary) into one file
- 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