docs: document Re-Run (Replay and Reproduce) for Automation tests#3235
Open
chaitanyas-maker wants to merge 1 commit into
Open
docs: document Re-Run (Replay and Reproduce) for Automation tests#3235chaitanyas-maker wants to merge 1 commit into
chaitanyas-maker wants to merge 1 commit into
Conversation
The Re-Run button on the Automation Test Detail Page and its Replay and Reproduce options had no documentation. Existing hits for rerun/replay all describe unrelated features, so users had nothing to land on. - New page: docs/rerun-automation-tests.md - Register under "Manage Your Runs" in sidebars.js - Cross-link from the Test Summary section of the dashboard page - Include the generated static/docs artifacts, which this repo commits Reproduce behavior was verified against the live Automation dashboard and the PRD. Re-Run is not yet GA, so the page carries a Limited Availability note using the house chat-support pattern. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01TiHy6iYuY7mWJ51p5v6Wza
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.
Supersedes #3231 (rebased onto current
stage, single clean commit, note reworked to match house style).Closes TE-20754.
What
The Re-Run button on the Automation Test Detail Page, and its Replay and Reproduce options, had no documentation anywhere. Every existing hit for "rerun"/"replay" describes a different feature (HyperExecute
retryOnFailure, LT Debug record-and-replay, Browser Cloud session replay), so users had nothing to land on.Requested by @aditagrawal in #customer_issues.
Changes
docs/rerun-automation-tests.mdcovering both options, the HAR prerequisite, and a comparison table.sidebars.js, afterchange-individual-test-details.static/docs/*,llms.txt) included, since this repo commits them. Without these the page would be missing from the LLM-facing docs index.Not GA
Re-Run is not GAed, confirmed by @akshayverma on 2026-07-14:
The page carries a Limited Availability note using the existing house pattern (
:::note+ 24/7 chat support widget + support@testmuai.com), matchingmanual-app-profiling.mdandkaneai-test-run-instance-view.md.Open question for reviewers: should this merge now, or wait for GA? The customer-facing gap is real, which is why I lean toward merging with the note.
Verification
Reproduce's eligibility was verified against the live dashboard, not inferred. Without HAR logs the option is greyed out with:
Cross-checked against PRD: Web Test Reproduce and Debug Tool, which confirms Reproduce replays network and DOM data and is limited to tests with pass/fail/completed status.
Rendering verified locally: note, table, code block, tooltip quote, sidebar entry, and all four internal links resolve.
Deliberately not documented
Happy to add any of the above once someone confirms the shipped behavior.
Separate pre-existing bug (not fixed here)
src/theme/Admonition/index.jsonly handlesinfo/danger/warning/tip/noteand returnsundefinedotherwise, so:::caution(42 uses) and:::important(5 uses) render as nothing on the live site. Confirmed on/support/docs/authentication/, where the:::importantblock documenting auth precedence is invisible. Worth its own ticket.🤖 Generated with Claude Code
https://claude.ai/code/session_01TiHy6iYuY7mWJ51p5v6Wza