[.NET] Merge DOTNET Test Report

จาก Blog ตอนก่อนที่ได้นำเสนอไปว่า ตัวคำสั่ง dotnet test มันมี Tool ช่วยสร้าง HTML Report นะ แต่ถ้าเราไปจะไล่เปิด Report ของแต่ละ DLL มาดู ไม่น่าจะไหวครับ ผมเลยมี Idea ทำ Utility เล็กๆ ขึ้นมาเพิ่มช่วย Merge Summary ของ Test Report หลายๆ ไฟล์มารวมกันครับ

How to use

  • Command Template
    • -inputpath : path ที่รวม Html Test Report ที่ได้จากคำสั่ง dotnet test
    • -outputpath : path สรุปหลังรวม Html Test Report ของทุก DLL รวมกัน
    • -reportname : ชื่อของไฟล์สรุป Html Test Report
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

Source Code


Discover more from naiwaen@DebuggingSoft

Subscribe to get the latest posts sent to your email.