docs(test-manager): Test Cases Trend automation split, table view, and Tester Assignment label - #3573
Merged
Ishavyas9 merged 2 commits intoSep 22, 2026
Conversation
…d table view The Test Cases Trend section still described a plain trend line of test cases created. The widget now stacks by automation status, offers three views behind a View radio, and draws a previous-period comparison line, so the section was inaccurate rather than merely thin. - Automated / Manual stacking (TE-28887) - Stacked Bar, Stacked Area and Table views, and what the per-project table shows and sorts on (TE-28963) - the dashed previous-period line, and drilldown from a bar, point or cell - two screenshots, following the existing require()/webp convention Tester Assignment: names Display Name as what labels each bar (TE-28434). That widget's behaviour is unchanged; the fix corrected which field the label came from, so only the label source is stated. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Five fixes from a support-documentation review of the previous commit. - The View option had no path to it. The page's only stated navigation is the three-dot menu for filters, so a reader - often a non-hands-on lead - would have opened that, found filters, and stopped. Now spelled out: three-dot menu, Configure Widget, View group. - The table lists at most 50 projects. The section said "per-project breakdown", which reads as all of them; an org with more would take a partial list for missing data. - The comparison line is not always drawn. It needs two complete intervals in the preceding period, so a short range at a coarse interval has no line and no explanation of why. - "automation status" now matches the page's own **Automation Status**, and points at the classification Test Cases Summary already defines - that a case which is not Automated counts as Manual is not self-evident. - Dropped the drilldown bullet that repeated the page-level tip; the table cell case is covered where the table is described. "Interval" is left lowercase and unlabelled: the selector renders its value and I have not confirmed the control's label. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Contributor
Author
|
Applied a support-documentation review pass to this section (
Deliberately not asserted: the interval control is referred to in lower case rather than as an Interval label — the selector renders its current value and I have not confirmed the control's own label. Happy to capitalise it if someone can confirm. Still worth a decision before merge: the View group only appears once the |
Ishavyas9
approved these changes
Sep 22, 2026
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.
Updates the Test Manager widgets page for three tickets now Ready For Deployment.
Why the Test Cases Trend section is rewritten, not extended
It described "a trend line of test cases created over the selected time period" in two bullets. The widget now stacks Automated vs Manual, offers three views, and draws a previous-period comparison line — so the existing text was inaccurate, not just incomplete. A reader following it would look for a line chart that no longer exists by default.
Now documented:
Tester Assignment — one clause
TE-28434 was a data-correctness fix; the widget behaves as documented. The only user-visible difference is which field labels each bar, so the doc now says testers are identified by their Display Name. The rest of the section is untouched.
Screenshots
Two new
.webpassets, following the page's existingrequire()convention with explicit dimensions:tms-test-cases-trend-stacked-bar.webptms-test-cases-trend-table-view.webpBoth are smaller than the page's existing analytics assets (44 KB / 48 KB). Relative paths verified to resolve from
docs/.Scope notes
docs/analytics-modules-test-manager-widgets.mdis touched. There is a second copy atstatic/docs/with identical headings but roughly half the content; it looked like a stale or generated artefact, so it is deliberately left alone. Flagging in case it needs the same edit — happy to port it.main; if this page goes live ahead of that, the "point" case is not yet true for the area view.🤖 Generated with Claude Code