Skip to content

docs(test-insights): Add Test Insights documentation section#10989

Closed
remyduthu wants to merge 1 commit intomainfrom
devs/remyduthu/docs/test-insights/Ia6fa0d13cae0eca31a446791cb4a0454402896a9
Closed

docs(test-insights): Add Test Insights documentation section#10989
remyduthu wants to merge 1 commit intomainfrom
devs/remyduthu/docs/test-insights/Ia6fa0d13cae0eca31a446791cb4a0454402896a9

Conversation

@remyduthu
Copy link
Copy Markdown
Contributor

Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Change-Id: Ia6fa0d13cae0eca31a446791cb4a0454402896a9
Copilot AI review requested due to automatic review settings April 10, 2026 14:43
@mergify mergify bot had a problem deploying to Mergify Merge Protections April 10, 2026 14:43 Failure
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Apr 10, 2026

Merge Protections

Your pull request matches the following merge protections and will not be merged until they are valid.

🔴 👀 Review Requirements

Waiting for:

  • #approved-reviews-by >= 2

or

  • author = dependabot[bot]

or

  • author = mergify-ci-bot
This rule is failing.
  • any of:
    • #approved-reviews-by >= 2
    • author = dependabot[bot]
    • author = mergify-ci-bot

🔴 🔎 Reviews

Waiting for:

  • #review-requested = 0
This rule is failing.
  • #review-requested = 0
  • #changes-requested-reviews-by = 0
  • #review-threads-unresolved = 0

🟠 🤖 Continuous Integration

Waiting for:

  • check-success = build
  • any of:
    • check-success = test-broken-links
    • label = ignore-broken-links
  • any of:
    • -head-repo-full-name~=^Mergifyio/
    • check-success=Cloudflare Pages
Waiting checks: Cloudflare Pages, build, test-broken-links.
  • all of:
    • check-success = build
    • any of:
      • check-success = test-broken-links
      • label = ignore-broken-links
    • any of:
      • -head-repo-full-name~=^Mergifyio/
      • check-success=Cloudflare Pages
    • check-success = lint
    • check-success = test

🟢 Enforce conventional commit

Wonderful, this rule succeeded.

Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/

  • title ~= ^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\(.+\))?:

🟢 📕 PR description

Wonderful, this rule succeeded.
  • body ~= (?ms:.{48,})

@remyduthu remyduthu self-assigned this Apr 10, 2026
@remyduthu remyduthu closed this Apr 10, 2026
@remyduthu remyduthu deleted the devs/remyduthu/docs/test-insights/Ia6fa0d13cae0eca31a446791cb4a0454402896a9 branch April 10, 2026 14:44
Copy link
Copy Markdown

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

Adds a new “Test Insights” documentation section to the docs site, intended to explain the feature’s lifecycle (Prevention → Detection → Mitigation) and link it from the main navigation.

Changes:

  • Adds a new “Test Insights” navigation entry with subpages (Overview, Prevention, Detection, Mitigation).
  • Introduces new MDX documentation pages for Test Insights and its three phases.
  • Connects Test Insights setup guidance back to existing CI Insights setup and test framework configuration docs.

Reviewed changes

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

Show a summary per file
File Description
src/content/navItems.tsx Adds “Test Insights” to the left navigation with links to overview and subpages.
src/content/docs/test-insights/test-insights.mdx Adds Test Insights overview content and links to phase pages + CI Insights setup docs.
src/content/docs/test-insights/prevention.mdx Adds Prevention documentation and workflows.
src/content/docs/test-insights/detection.mdx Adds Detection documentation and workflows.
src/content/docs/test-insights/mitigation.mdx Adds Mitigation/Quarantine documentation and workflows.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +103 to +112
{
title: 'Test Insights',
path: '/test-insights',
icon: 'fa6-solid:flask-vial',
children: [
{ title: 'Overview', path: '/test-insights', icon: 'fa6-regular:lightbulb' },
{ title: 'Prevention', path: '/test-insights/prevention', icon: 'fa6-solid:shield-halved' },
{ title: 'Detection', path: '/test-insights/detection', icon: 'fa6-solid:magnifying-glass' },
{ title: 'Mitigation', path: '/test-insights/mitigation', icon: 'fa-solid:radiation' },
],
Comment on lines +1 to +4
---
title: Test Insights
description: Monitor, detect, and manage unreliable tests across your repositories.
---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants