[TE-8730] Document Execution Progress & Test Execution Burndown widgets#2813
Merged
Ishavyas9 merged 1 commit intoLambdaTest:stagefrom Apr 13, 2026
Conversation
Customer Ascension is evaluating Test Manager as a Zephyr replacement (~2000 licenses) and needs visible documentation for the two new execution-progress widgets shipped for this deal. Adds descriptions, drill-down flow, and a combined dashboard screenshot to the Test Manager Dashboard Widgets page. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
anmolg-LT
approved these changes
Apr 13, 2026
Ishavyas9
approved these changes
Apr 13, 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.
Summary
Adds documentation for the two new Test Manager dashboard widgets shipped for Ascension (Zephyr replacement deal, ~2000 licenses): Execution Progress and Test Execution Burndown. Both are now live under Analytics → Test Manager and need customer-facing docs.
assets/images/analytics/tms-execution-progress-burndown.webpunder the Execution Progress heading (the image shows both widgets side-by-side).Related ticket: TE-8730
Feature PR: LambdatestIncPrivate/analytics#5654
Test plan
npm install --legacy-peer-deps+npm start -- --port 3030— dev server compiles successfully/support/docs/analytics-modules-test-manager-widgets/with both new sections and the embedded imagerequire()resolves (verified via hot-reload compile — no broken-image/link warnings)Notes for reviewers
stageper the repo convention.🤖 Claude conversation log
User: can you update the "documentation" repo related to the new widgets we delivered here, make sure you take latest pull of the required changes — https://lambdatest.atlassian.net/browse/TE-8730
Claude: Checked memory for TE-8730 context (two widgets, Ascension deal, analytics PR #5654). Ran
git statuson thedocumentationrepo — it was on branchTE-6599. Fetchedorigin, saworigin/stagewas 4 commits ahead of the local view and already contained refined Test Manager widgets copy (Milestone Trends, Test Runs Summary rename, tip admonitions) from a prior "TMS ATX widgets doc - part 2" commit. Fetched the TE-8730 Jira ticket via MCP to confirm widget specs: Progress Gauge (formula:(Total - Not Started) / Total) and Burndown Chart (Actual vs Expected lines, Not Started instances on Y-axis, days on X-axis, filter by test run/phase/stage). Confirmed Progress Gauge and Burndown Chart were NOT yet documented onorigin/stage.Claude: Created a worktree
documentation-te-8730on a new branchte-8730-tms-progress-gauge-burndown-docsfromorigin/stage, per the project's "one worktree per ticket" workflow. Editeddocs/analytics-modules-test-manager-widgets.mdto add two new sections (Progress Gauge / Burndown Chart) after Test Cases Types, following the existing## widget → ### How it works? → ### Value Propositionstructure, and updated the frontmatterkeywordslist. Asked whether to runnpm run build, commit, or add per-widget screenshots.User: first npm start locally
Claude: Ran
npm install --legacy-peer-depsin the fresh worktree (no node_modules yet — 2507 packages, 42s). Startednpm start, hit "port 3000 is already in use" (user's dev proxy fordev.lambdatestinternal.compoints there). Restarted on port 3030 in the background. Monitor fired[SUCCESS] Docusaurus website is running at: http://localhost:3030/support/. Navigated in the Chrome extension to/support/docs/analytics-modules-test-manager-widgetsand confirmed both new sections rendered cleanly with no broken markdown.User: [Shared 3 screenshots of the actual shipped widgets — Execution Progress (with Total/Executed/Remaining side counters), Test Execution Burndown (with Actual/Expected lines, Today marker, footer strip showing Total/Executed/Remaining/Complete%/Status/Velocity/Finish/Pace needed, and a hover tooltip showing Remaining/Ideal/Gap/Executed today/7-day avg), and the drill-down modal with Project/Test Run Instance Name/Milestone Name filters]. these are the widgets so think accordingly
Claude: Realised the widget names in Jira (Progress Gauge / Burndown Chart) are NOT the shipped names. Shipped names are Execution Progress and Test Execution Burndown. Also realised my original copy missed a lot of the actual UI: the side-panel counters on the gauge, the Today marker, the rich hover tooltip, the footer metric strip, and the drill-down modal flow. Rewrote both sections:
Progress Gauge → Execution Progress, added description of the Total/Executed/Remaining side counters.Burndown Chart → Test Execution Burndown, documented the Today marker, the hover tooltip fields, and the footer metric strip.### Drill down into remaining instancessubsection describing the modal (filters, paginated list, export).Verified the rebuild via Chrome extension — both sections rendered with all the new sub-content intact.
User: code .
Claude: Opened the worktree in VS Code so the user could review in their editor.
User: [Shared another screenshot showing a refined version of both widgets with a third trend line in the burndown — "Projected" (dashed blue) — plus a new filter icon next to the "Test Manager" badge in each widget header]. this is the image that I want to use, give me the image name which you want to use
Claude: Checked existing naming convention in
assets/images/analytics/(tms-widgets-dashboard.webp,test-case-widgets-dashboard.webp, etc.). Suggestedtms-execution-progress-burndown.webpto match thetms-*prefix pattern. Flagged that the new screenshot shows a third trend line (Projected) and a new filter icon — both of which my current copy didn't describe — and offered to fix both when wiring the image in.User: saved file check now, and update the reference in doc
Claude: Verified the file was saved at
assets/images/analytics/tms-execution-progress-burndown.webp(48 KB). Embedded an<img>tag under the Execution Progress heading (placed once, since the image shows both widgets side-by-side). Updated the Burndown copy:Tried to verify in Chrome again but the extension was disconnected, so fell back to reading the file and the dev server output directly — last webpack compile was 882ms with
compiled successfully, confirming the imagerequire()resolved and there were no markdown errors.User: /commit-push-pr
Claude: Ran
git status+git diff— 2 files changed (docs markdown + new webp), no debug/TODO/credentials. Staged both files, committed with conventional-commit format referencing TE-8730 and the Ascension context, pushed to theskyfork (sandeepyadav-lt/documentation), and opened this PR againstLambdaTest/documentation:stage.🤖 Generated with Claude Code