Skip to content

docs: add missing changelog entries for VideoRecorder (#9377) and TreeNode filter fix (#9458)#9474

Draft
Evangelink wants to merge 1 commit into
mainfrom
adhoc-qa/2026-06-27-changelog-fixes-db90180043c93528
Draft

docs: add missing changelog entries for VideoRecorder (#9377) and TreeNode filter fix (#9458)#9474
Evangelink wants to merge 1 commit into
mainfrom
adhoc-qa/2026-06-27-changelog-fixes-db90180043c93528

Conversation

@Evangelink

Copy link
Copy Markdown
Member

Two changelog entries were omitted from docs/Changelog-Platform.md when their PRs were merged on 2026-06-26:

  • Added: Microsoft.Testing.Extensions.VideoRecorder (#9377) — new preview extension for screen recording during test runs.
  • Fixed: TreeNode filter --treenode-filter + --filter-uid mutual exclusion moved to proper CLI validation time (#9458), plus documentation improvements for the ! NOT operator.

Both entries are added to the ## [2.3.0] - UNRELEASED section in the correct (Added/Fixed) subsections.

Generated by the Adhoc QA workflow.

🤖 Automated content by GitHub Copilot. Posted via a maintainer's GitHub token, so it appears under their account — the account owner did not write or approve this content personally. Generated by the Adhoc QA workflow. · 1.3K AIC · ⌖ 23.8 AIC · ⊞ 51.3K · [◷]( · )

Add this agentic workflows to your repo

To install this agentic workflow, run

gh aw add githubnext/agentics/workflows/adhoc-qa.md@main

…eNode filter fix (#9458)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings June 27, 2026 06:52
@Evangelink Evangelink added type/automation Created or maintained by an agentic workflow. type/qa Created by the adhoc-qa agentic workflow. labels Jun 27, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Adds two previously-missed entries to the Microsoft.Testing.Platform changelog so the 2.3.0 “UNRELEASED” notes reflect recent merged work.

Changes:

  • Added a changelog entry for the new preview Microsoft.Testing.Extensions.VideoRecorder extension (#9377).
  • Added a changelog entry for the TreeNode filter dual-filter validation fix and related documentation improvements (#9458).
Show a summary per file
File Description
docs/Changelog-Platform.md Adds missing Added and Fixed bullets for #9377 (VideoRecorder) and #9458 (TreeNode filter validation + docs).

Review details

  • Files reviewed: 1/1 changed files
  • Comments generated: 1
  • Review effort level: Low

* Harden report TFM resolution for custom/non-OS platforms (browserwasm) by @Evangelink in [#9137](https://github.com/microsoft/testfx/pull/9137)
* Fix --list-tests json output under --server mode by streaming discovered tests to the SDK over the dotnet-test pipe by @Evangelink in [#9192](https://github.com/microsoft/testfx/pull/9192)
* Make AzureDevOps summary report file name unique per assembly by @Evangelink in [#9264](https://github.com/microsoft/testfx/pull/9264)
* Fix `--treenode-filter` + `--filter-uid` mutual exclusion: validated up front at CLI parse time (proper `InvalidCommandLine` exit code) instead of a late `NotSupportedException`; documentation gaps for the `!` NOT operator and property-filter semantics addressed by @Evangelink in [#9458](https://github.com/microsoft/testfx/pull/9458)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type/automation Created or maintained by an agentic workflow. type/qa Created by the adhoc-qa agentic workflow.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants