docs(flaky-tests): changelog for failure details and copy prompt in browser extension#261
Draft
samgutentag wants to merge 1 commit into
Draft
Conversation
…wser extension Covers trunk2 PR #4209: expandable failure details section in the extension's test-results panel showing per-test name, file, error snippet, prev/next navigation, and a Copy Prompt button for AI investigation. Co-Authored-By: Claude <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Member
Author
|
Verification status (June 17, 2026): The eng PR is merged, but the failure-details UI is gated by an in-extension storage feature flag (
Hold this docs PR as draft until the DONOTLAND marker is removed from the render layer and the Generated by Claude Code |
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
Adds a changelog entry for the new failure details section in the Trunk browser extension's test-results panel. When Trunk detects test failures, users can now expand a section to see per-test name, file, error snippet, prev/next failure navigation, and a Copy Prompt button that copies an AI investigation prompt to the clipboard.
Changes:
changelog/2026-06-17-flaky-tests-browser-extension-failure-details.mdxdocs.jsonnav to include the new entry in June 2026Note: This PR is a changelog entry only. A
merge-queue/browser-extensions.mdxprose section update should be coordinated with PR #245 (which also modifies that file). The browser-extensions.mdx update for failure details should be folded into or stacked on top of #245.Source
Test plan
Generated by Claude Code