Reorganize MTP features by functionality and document GitHub Actions report#54633
Open
Evangelink wants to merge 2 commits into
Open
Reorganize MTP features by functionality and document GitHub Actions report#54633Evangelink wants to merge 2 commits into
Evangelink wants to merge 2 commits into
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request reorganizes the Microsoft.Testing.Platform (MTP) features article so extension features are grouped by functionality, and it adds documentation for the GitHub Actions report extension.
Changes:
- Adds a shared note describing the
TPEXPexperimental diagnostic and the (experimental) marker convention. - Reorganizes extension content by functionality, including a new Microsoft.Extensions integration section for the logging bridge.
- Documents the GitHub Actions report extension, including activation behavior, CLI switches, and manual registration.
Show a summary per file
| File | Description |
|---|---|
| docs/core/testing/microsoft-testing-platform-features.md | Reorders feature sections by functionality, adds an experimental-status note, and introduces GitHub Actions report extension documentation. |
Copilot's findings
- Files reviewed: 1/1 changed files
- Comments generated: 2
…shold Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Restructures the Microsoft.Testing.Platform features article so extensions are grouped by functionality rather than by lifecycle/experimental status, and documents the new GitHub Actions report extension.
Changes to
docs/core/testing/microsoft-testing-platform-features.md## Experimental extensionscategory. Its items (Video recorder, Packaged app deployment) now live under## Extension features, each keeping an inline (experimental) marker. Experimental status is a per-extension flag, not a grouping.## Logging integrationcategory. Replaced with a functional## Microsoft.Extensions integrationsection (short name) that holds the logging bridge.[Experimental("TPEXP")]onAddMicrosoftExtensionsLoggingin microsoft/testfx.TPEXPexperimental diagnostic and the (experimental) convention (replaces the paragraph that previously lived only under "Experimental extensions").Microsoft.Testing.Extensions.GitHubActionsReport(from Add Microsoft.Testing.Extensions.GitHubActionsReport (groups, annotations, step summary, slow-test notices) microsoft/testfx#9541) under Extension features, next to Test reports: per-assembly log groups, failure annotations,GITHUB_STEP_SUMMARYjob summary, slow-test notices, auto-activation viaGITHUB_ACTIONS, the--report-gh*toggles, andbuilder.AddGitHubActionsProvider(). Added a matching "Choose by scenario" bullet.Content source
PACKAGE.md.Note
microsoft/testfx#9541 is still open. The GitHub Actions report entry (package name, options, and
builder.AddGitHubActionsProvider()registration) is provisional and should be re-verified before/at merge of that PR.No
toc.ymlchanges were needed — these were on-page H2 categories, not separate TOC entries, and no other files referenced the removed section anchors.ai-usage: ai-assisted
Internal previews