Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions changelog/2026-04-22-flaky-tests-test-collections.mdx
Original file line number Diff line number Diff line change
@@ -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 <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.
6 changes: 6 additions & 0 deletions changelog/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ rss: true
The Trunk Chrome Extension brings merge queue controls directly into your GitHub pull request page.
</Update>

<Update label="April 22, 2026" tags={["Flaky Tests"]}>
**[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.
</Update>

<Update label="April 21, 2026" tags={["Merge Queue"]}>
**[Merge Queue: Drill Down Into Merge Metrics](/changelog/2026-04-21-merge-queue-drill-down-into-merge-metrics)**

Expand Down
1 change: 1 addition & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions flaky-tests/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ rss: true
Tag, organize, and filter your test suite with org-wide labels.
</Update>

### April 2026

<Update label="April 22, 2026" tags={["Flaky Tests"]}>
**[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.
</Update>

### March 2026

<Update label="March 27, 2026" tags={["Flaky Tests"]}>
Expand Down
Loading