Skip to content

Conversation

@rolfbjarne
Copy link
Member

No description provided.

@rolfbjarne rolfbjarne requested a review from Copilot November 18, 2025 13:56
Copilot finished reviewing on behalf of rolfbjarne November 18, 2025 14:02
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR improves test result summaries by adding detailed information about up to 3 failing unit tests from TRX test result files. The changes introduce a new TRX parser utility that extracts test failure details and integrates it into multiple reporting systems.

  • Adds a new TrxParser utility class to parse TRX test result files and extract failed test information
  • Updates markdown and HTML report writers to display the first 3 failing tests with truncated names and messages
  • Modifies PowerShell test results script to include parsed TRX content in summaries

Reviewed Changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
tests/common/ParseTrxFile.cs New TRX parser utility class that extracts failed test information from TRX XML files
tests/xharness/xharness.csproj Links the new ParseTrxFile.cs into the xharness project
tests/xharness/Jenkins/Reports/MarkdownReportWriter.cs Integrates TRX parsing to display up to 3 failing unit tests in markdown reports with a Cap string extension method
scripts/create-windows-html-report/create-windows-html-report.csproj Links ParseTrxFile.cs into the HTML report generator project
scripts/create-windows-html-report/create-windows-html-report.cs Refactors to use TrxParser instead of inline XML parsing for cleaner code
tools/devops/automation/scripts/TestResults.psm1 Updates PowerShell script to parse and include TRX results in test summaries

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants