diff --git a/changelog/2026-04-22-flaky-tests-test-collections.mdx b/changelog/2026-04-22-flaky-tests-test-collections.mdx new file mode 100644 index 00000000..b0fa3745 --- /dev/null +++ b/changelog/2026-04-22-flaky-tests-test-collections.mdx @@ -0,0 +1,17 @@ +--- +title: "Flaky Tests: Test Collections" +description: "Organize tests from a repository into named collections, each with their own settings, quarantine policies, and scoped views." +date: 2026-04-22 +category: Flaky Tests +type: new-feature +--- + +**Test Collections let you organize tests from a repository into named groups, each with their own settings, quarantine policies, and scoped views.** + +A collection is a named group of tests within a repository. Upload test results to a collection directly from the Trunk CLI using the collection's short ID, and you'll see tests, uploads, and configuration scoped to that collection across the Flaky Tests app. + +- **Create, edit, and delete collections** from the Flaky Tests app. Organization admins manage collections; all members can view collections and the tests within them. +- **Collection-level quarantine settings.** Each collection has its own quarantine settings page, so a critical test collection can run different rules than the rest of your suite. +- **Scoped uploads via the CLI.** Pass the collection's short ID with `--test-collection-short-id ` when uploading results to route them into a specific collection. + +[Read the docs](https://docs.trunk.io/flaky-tests/get-started/test-collections) to learn more. diff --git a/changelog/index.mdx b/changelog/index.mdx index 05e887db..e746bb1c 100644 --- a/changelog/index.mdx +++ b/changelog/index.mdx @@ -58,6 +58,12 @@ rss: true The Trunk Chrome Extension brings merge queue controls directly into your GitHub pull request page. + + **[Flaky Tests: Test Collections](/changelog/2026-04-22-flaky-tests-test-collections)** + + Organize tests from a repository into named collections, each with their own settings, quarantine policies, and scoped views. + + **[Merge Queue: Drill Down Into Merge Metrics](/changelog/2026-04-21-merge-queue-drill-down-into-merge-metrics)** diff --git a/docs.json b/docs.json index 763b83c9..f9261745 100644 --- a/docs.json +++ b/docs.json @@ -623,6 +623,7 @@ "changelog/2026-05-18-flaky-tests-monitor-label-actions", "changelog/2026-05-18-flaky-tests-test-labels", "changelog/2026-04-30-merge-queue-chrome-extension", + "changelog/2026-04-22-flaky-tests-test-collections", "changelog/2026-04-21-merge-queue-drill-down-into-merge-metrics", "changelog/2026-04-13-merge-queue-terraform-provider", "changelog/2026-03-27-flaky-tests-automatically-create-jira-issues-from-webhooks", diff --git a/flaky-tests/changelog.mdx b/flaky-tests/changelog.mdx index fcd22bd9..b0f71600 100644 --- a/flaky-tests/changelog.mdx +++ b/flaky-tests/changelog.mdx @@ -38,6 +38,14 @@ rss: true Tag, organize, and filter your test suite with org-wide labels. +### April 2026 + + + **[Flaky Tests: Test Collections](/changelog/2026-04-22-flaky-tests-test-collections)** + + Organize tests from a repository into named collections, each with their own settings, quarantine policies, and scoped views. + + ### March 2026