docs(flaky-tests): document Test Collections feature#554
docs(flaky-tests): document Test Collections feature#554samgutentag wants to merge 1 commit intomainfrom
Conversation
Adds documentation for the new Test Collections UI, covering how to create, edit, delete, and upload tests to named test groups in the Flaky Tests product. Source: trunk2 PR #3583 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Merging to
After your PR is submitted to the merge queue, this comment will be automatically updated with its status. If the PR fails, failure details will also be posted here |
|
Claude finished @samgutentag's task in 1m 19s —— View job Review complete
The new 3 minor suggestions posted as inline comments:
|
|
|
||
| * **Tests** tab: Shows all tests associated with this collection, with their flaky status, failure rates, and labels. | ||
| * **Uploads** tab: Shows the history of test uploads sent to this collection. | ||
| * **Overview** tab: Shows setup instructions and the upload configuration for this collection. |
There was a problem hiding this comment.
The Overview tab is already active before any uploads (it shows setup instructions), so listing it last after the tabs that become active could confuse readers. Consider listing Overview first to match the natural reading order / UI tab order:
| * **Overview** tab: Shows setup instructions and the upload configuration for this collection. | |
| * **Overview** tab: Shows setup instructions and the upload configuration for this collection. | |
| * **Tests** tab: Shows all tests associated with this collection, with their flaky status, failure rates, and labels. | |
| * **Uploads** tab: Shows the history of test uploads sent to this collection. |
| Only organization admins can delete collections. | ||
|
|
||
| 1. Navigate to the collection's **Settings** tab. | ||
| 2. Click **Delete Collection**. |
There was a problem hiding this comment.
Capitalization inconsistency: this uses title case ("Delete Collection") while line 20 uses sentence case ("Create collection"). If these reflect actual UI button labels that differ, that's fine — otherwise please align them.
| 2. Click **Delete Collection**. | |
| 2. Click **Delete collection**. |
| 2. Click **Delete Collection**. | ||
| 3. Confirm deletion in the dialog. | ||
|
|
||
| Deleting a collection removes it from the Collections list. Test data uploaded to the collection is not deleted from your overall test suite. |
There was a problem hiding this comment.
"Collections list" refers to a UI element — bold it for consistency with other UI references throughout the doc.
| Deleting a collection removes it from the Collections list. Test data uploaded to the collection is not deleted from your overall test suite. | |
| Deleting a collection removes it from the **Collections** list. Test data uploaded to the collection is not deleted from your overall test suite. |
Summary
Source
Test plan