Add generic MTP capability pages for diagnostics, test host deployment, and Microsoft.Extensions integration#54723
Open
Evangelink wants to merge 2 commits into
Open
Add generic MTP capability pages for diagnostics, test host deployment, and Microsoft.Extensions integration#54723Evangelink wants to merge 2 commits into
Evangelink wants to merge 2 commits into
Conversation
…t, and Microsoft.Extensions integration Promote the experimental video recorder, packaged-app deployment, and logging-bridge extensions from inline blurbs in features.md into dedicated, generically named capability pages that can host multiple extensions over time. Update features.md links, the Choose by scenario list, and the TOC. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR promotes three experimental Microsoft.Testing.Platform (MTP) extensions from brief entries in microsoft-testing-platform-features.md into dedicated capability pages, and wires those pages into navigation.
Changes:
- Added three new capability pages: Diagnostics, Test host deployment, and Microsoft.Extensions integration.
- Updated the MTP features page to link to the new capability pages instead of hosting inline blurbs/samples.
- Updated the DevOps testing TOC to include the new pages.
Show a summary per file
| File | Description |
|---|---|
| docs/navigate/devops-testing/toc.yml | Adds TOC entries for the three new MTP capability pages. |
| docs/core/testing/microsoft-testing-platform-test-host-deployment.md | New capability page for extensions that deploy and launch the test host (packaged app deployment). |
| docs/core/testing/microsoft-testing-platform-features.md | Replaces inline blurbs with links to the new capability pages and updates scenario bullets. |
| docs/core/testing/microsoft-testing-platform-extensions-integration.md | New capability page for Microsoft.Extensions integration (logging bridge). |
| docs/core/testing/microsoft-testing-platform-diagnostics.md | New capability page for diagnostics (video recorder + options table). |
Copilot's findings
- Files reviewed: 5/5 changed files
- Comments generated: 1
- Align extensions-integration.md frontmatter title with the MTP capability-page convention (prefix with 'Microsoft.Testing.Platform (MTP)'). - Remove the stale microsoft-testing-platform-diagnostics.md redirect entry now that the page exists, resolving the redirected-file-not-removed build warning. 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
Promotes three experimental Microsoft.Testing.Platform (MTP) extensions from inline blurbs/NuGet links in
microsoft-testing-platform-features.mdinto dedicated, generically named capability pages, each structured to host multiple extensions over time (mirroring the existing Test reports page). Reorganizesfeatures.mdto link to them and adds them to the TOC.New pages
microsoft-testing-platform-diagnostics.mdMicrosoft.Testing.Extensions.VideoRecorder,AddVideoRecorderProvider())microsoft-testing-platform-test-host-deployment.mdMicrosoft.Testing.Extensions.PackagedApp,AddPackagedAppDeployment())microsoft-testing-platform-extensions-integration.mdMicrosoft.Testing.Extensions.Logging,AddMicrosoftExtensionsLogging(...))Each follows the extension-section pattern from
microsoft-testing-platform-test-reports.md: H1 + intro, per-extension## <name>with NuGet-package line, experimental> [!NOTE],### Manual registrationC# block, and (video recorder only) a### Optionstable in the three-column| Option | MTP version | Description |format.Content source breakdown
diagnostics.md— Video recorder--capture-videoopt-in framing (from the features.md blurb).VideoRecorderCommandLineProvider.cs,PACKAGE.md,PublicAPI.Shipped.txt): package id,AddVideoRecorderProvider(),[TPEXP]experimental status, and all six options with their valid values/defaults —--capture-video(on-failuredefault /always),--capture-video-source(screendefault /window),--capture-video-granularity(testdefault /session),--capture-video-max-duration(positive int seconds),--capture-video-chapters(ondefault /off),--capture-video-args. Sub-options require--capture-video.test-host-deployment.md— Packaged app deploymentITestHostLauncherreference-extension framing (from the features.md blurb).PackagedAppExtensions.cs,PACKAGE.md,PublicAPI.Shipped.txt): package id,AddPackagedAppDeployment(),[TPEXP]status, UWP/packaged-WinUI deploy-and-launch behavior. No CLI options exist, so no Options table.extensions-integration.md— Logging bridgeMicrosoftExtensionsLoggingBuilderExtensions.cs,PACKAGE.md,PublicAPI.Shipped.txt, RFC 013): package id,AddMicrosoftExtensionsLogging(...),[TPEXP]status, bridge to xref:Microsoft.Extensions.Logging.ILogger, the no-op-when---diagnostic-off behavior, and that per-category filters can narrow but not widen the effective level. No CLI options.features.md## Microsoft.Extensions integrationsubsection body (folded into the Extension features list).toc.yml— added the three pages next to the other MTP extension entries.Needs expert review
glossary.md/PACKAGE.mddescribe the PackagedApp package as shipping1.0.0-alpha; please confirm the 2.3.0 platform-version framing for each extension.All internal links and cross-references were checked to resolve.
ai-usage: ai-generated
Internal previews