Skip to content

Replaced "Live Editor" with "Copilot" across docs#847

Closed
Nandhini4501 wants to merge 1 commit intodevfrom
DOC-484
Closed

Replaced "Live Editor" with "Copilot" across docs#847
Nandhini4501 wants to merge 1 commit intodevfrom
DOC-484

Conversation

@Nandhini4501
Copy link
Contributor

@Nandhini4501 Nandhini4501 commented Nov 25, 2025

Replaced "Live Editor" with "Copilot" across docs as per the ticket https://testsigma.atlassian.net/browse/DOC-484

image

Summary by CodeRabbit

  • Documentation
    • Updated terminology across guides for test case editing, auto-healing, and terminal installation.
    • Added navigation entry for Copilot documentation.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 25, 2025

Walkthrough

This pull request rebrands "Live Editor" terminology to "Copilot" across documentation files, including navigation metadata, auto-healing guides, and terminal installation instructions. The changes update page titles, descriptions, step labels, image captions, and instructional text to consistently reference Copilot while maintaining the original document structure and flow.

Changes

Cohort / File(s) Change Summary
Navigation Configuration
src/left-nav-title.json
Added new "live-editor" navigation entry pointing to /docs/atto/generative-ai/copilot/live-editor/ with label "In Testsigma"; added trailing comma for JSON syntax validity.
Copilot Documentation
src/pages/docs/atto/generative-ai/copilot/live-editor.md
Updated page metadata (title, page_title, metadesc, page_id) from Live Editor to Copilot terminology; expanded contextual_links with Contents, Prerequisites, and Steps sections; rewrote body content and step headings to reference Copilot instead of Live Editor; updated image captions and alt text accordingly.
Auto-Healing Documentation
src/pages/docs/auto-healing/using-auto-healing-in-live-editor-test-execution.md
Replaced all references to Live Editor with Copilot in title, page metadata, page_id, and body content; updated user action descriptions and button labels from Live Editor to Copilot; updated image captions and contextual phrasing.
Live Editor / Terminal Documentation
src/pages/docs/live-editor/editing-test-case.md, src/pages/docs/live-editor/faqs-on-testsigma-terminal.md, src/pages/docs/live-editor/installing-testsigma-terminal.md, src/pages/docs/live-editor/installing-testsigma-terminal-on-linux.md, src/pages/docs/live-editor/installing-testsigma-terminal-on-windows.md, src/pages/docs/live-editor/intro-testsigma-terminal.md
Systematically renamed Live Editor to Copilot across page metadata, step titles, headings, and instructional text; adjusted step numbering in installation guides; updated visual/button label references; rewrote prerequisite and action descriptions to reflect Copilot terminology.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

  • High degree of homogeneity: same terminology replacement pattern (Live Editor → Copilot) applied consistently across multiple files; this is largely repetitive search-and-replace style work rather than complex logic changes
  • Spread across 8 documentation files may create a sense of scope, but the changes follow a uniform pattern requiring minimal contextual reasoning per file
  • No code logic, API signatures, or structural changes—purely documentation content and metadata updates

Possibly related PRs

Suggested reviewers

  • bharathk08
  • Santhosh-testsigma

Poem

🐰 A Copilot emerges, shiny and new,
The Live Editor bows, its farewell is due,
Through docs and through guides, the rebranding flows,
From editor to copilot, the journey goes! ✨
hop hop 📚

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: replacing 'Live Editor' with 'Copilot' across documentation files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch DOC-484

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
src/left-nav-title.json (1)

704-704: Critical: Duplicate JSON key breaks navigation routing.

The JSON object defines "live-editor" twice (line 704 and line 754), which is invalid. The second definition overwrites the first, causing the old route /docs/live-editor/ to lose its navigation mapping.

Resolution: Determine the intended structure and apply one of these fixes:

Option 1 (if old route is obsolete): Delete or comment out line 704:

-  "live-editor": {"/docs/live-editor/": "Testsigma Terminal (Live Editor)" },

Option 2 (if both routes should coexist): Rename the old entry to distinguish it:

-  "live-editor": {"/docs/live-editor/": "Testsigma Terminal (Live Editor)" },
+  "live-editor-legacy": {"/docs/live-editor/": "Testsigma Terminal (Live Editor)" },

Then keep the new entry at line 754:

   "live-editor": {"/docs/atto/generative-ai/copilot/live-editor/": "In Testsigma"}

Please clarify which approach aligns with the navigation refactoring goals for this PR.

Also applies to: 753-754

🧹 Nitpick comments (1)
src/pages/docs/live-editor/faqs-on-testsigma-terminal.md (1)

239-239: Minor style suggestion: Consider verb choice for formality.

Line 239: "To fix this issue, delete the entire .testsigma folder..." could use a more formal alternative verb (e.g., "resolve" instead of "fix"). This is a low-priority style note and is optional to address.

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 603b85a and 89e0409.

📒 Files selected for processing (9)
  • src/left-nav-title.json (1 hunks)
  • src/pages/docs/atto/generative-ai/copilot/live-editor.md (3 hunks)
  • src/pages/docs/auto-healing/using-auto-healing-in-live-editor-test-execution.md (3 hunks)
  • src/pages/docs/live-editor/editing-test-case.md (4 hunks)
  • src/pages/docs/live-editor/faqs-on-testsigma-terminal.md (8 hunks)
  • src/pages/docs/live-editor/installing-testsigma-terminal-on-linux.md (3 hunks)
  • src/pages/docs/live-editor/installing-testsigma-terminal-on-windows.md (3 hunks)
  • src/pages/docs/live-editor/installing-testsigma-terminal.md (4 hunks)
  • src/pages/docs/live-editor/intro-testsigma-terminal.md (2 hunks)
🧰 Additional context used
🪛 LanguageTool
src/pages/docs/live-editor/faqs-on-testsigma-terminal.md

[style] ~239-~239: Consider using a different verb for a more formal wording.
Context: ...mpatibility with Chrome version 139. To fix this issue, delete the entire **.testsi...

(FIX_RESOLVE)

🪛 markdownlint-cli2 (0.18.1)
src/pages/docs/auto-healing/using-auto-healing-in-live-editor-test-execution.md

54-54: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


57-57: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)

⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: CI
🔇 Additional comments (10)
src/pages/docs/live-editor/intro-testsigma-terminal.md (1)

4-4: Good terminology alignment.

The metadesc and heading updates correctly reflect the Copilot renaming without altering document flow or structure. No issues detected.

Also applies to: 53-53

src/pages/docs/live-editor/installing-testsigma-terminal-on-windows.md (1)

4-4: Consistent step renumbering and terminology updates.

The steps have been re-sequenced and labeled to align with Copilot branding. The logical flow and instructions remain intact.

Also applies to: 19-19, 34-38

src/pages/docs/live-editor/installing-testsigma-terminal-on-linux.md (1)

4-4: Consistent step restructuring and terminology updates.

The installation steps for Linux have been properly renumbered and re-labeled with Copilot terminology. Instructions remain clear and logically sequenced.

Also applies to: 19-19, 45-49

src/pages/docs/live-editor/editing-test-case.md (1)

2-7: Thorough and consistent Copilot branding throughout.

Metadata, headings, and instructional text have been comprehensively updated to reflect Copilot terminology. The document structure and guidance remain clear and functional.

Also applies to: 17-63

src/pages/docs/auto-healing/using-auto-healing-in-live-editor-test-execution.md (1)

2-7: Copilot terminology updated consistently; minor markdown formatting concern.

Metadata and content have been properly updated to Copilot terminology. However, static analysis flagged potential list indentation issues (MD007) at lines 54 and 57. These may be false positives depending on the intended structure, but verify the markdown renders correctly in the documentation build.

Please run a documentation build preview to confirm lines 54–57 render correctly and that the MD007 warnings don't affect output quality.

Also applies to: 25-25, 48-57

src/pages/docs/live-editor/faqs-on-testsigma-terminal.md (1)

3-4: Comprehensive Copilot terminology applied across all FAQ entries.

The FAQ has been thoroughly updated to reflect Copilot branding across installation, usage, troubleshooting, and management sections. All cross-references and instructions align with the new terminology.

Also applies to: 7-7, 17-17, 60-60, 76-76, 105-105, 173-173, 200-200, 229-229, 237-237, 239-239

src/pages/docs/atto/generative-ai/copilot/live-editor.md (4)

1-18: Front matter metadata properly updated.

The title, page_title, page_id, and metadesc have been consistently updated to reflect the Copilot branding. The addition of contextual links with a Contents section improves navigation and documentation structure.


22-28: Introductory content and prerequisites terminology updated consistently.

The language has been properly rebranded to reference Copilot while maintaining clarity about prerequisites.


41-41: Image filenames do not match updated captions.

The image captions have been updated to reference Copilot (e.g., "Copilot," "Launch Copilot," "Copilot in Testsigma"), but the S3 filenames still reference "Live_Editor" (e.g., Live_Editor_Action_Bar.png, Launch_Live_Editor_Web.png, Copilot_in_Live_Editor.png).

If the actual image files on S3 have been renamed as part of this rebranding, please update the filenames in these image references. If the S3 files have not been renamed, ensure they are updated separately to maintain consistency.

Also applies to: 44-44, 51-51


62-62: Verify link path consistency.

The troubleshooting link references the old path /docs/live-editor/faqs-on-testsigma-terminal/. As part of this rebranding effort from "Live Editor" to "Copilot," please verify whether this link should be updated to reference a new Copilot-based path for consistency, or if maintaining the old path is intentional for backward compatibility.

6. The **Copilot** will execute all steps up to the debug point.

7. Click **Testsigma Copilot** on the **Live Editor**.
7. Click **Testsigma Copilot** on the **Copilot**.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Clarify the instruction in step 7.

The phrasing "Click Testsigma Copilot on the Copilot" is ambiguous. Please clarify which UI element the user should click and where it is located. For example: "Click the Testsigma Copilot button in the Copilot overlay" or "Click Testsigma Copilot from the Copilot panel."

🤖 Prompt for AI Agents
In src/pages/docs/atto/generative-ai/copilot/live-editor.md around line 48, the
step text "Click **Testsigma Copilot** on the **Copilot**" is ambiguous; update
it to clearly identify the exact UI element and its container — for example
replace it with "Click the **Testsigma Copilot** button in the **Copilot**
panel" (or "in the **Copilot** overlay" if the UI uses an overlay) so users know
which control to click and where to find it.

Comment on lines +100 to 101
1. Click **Quit Copilot** to exit the **Copilot**.
![Quit Live Editor](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/Quit_Live_Editor.png)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

🧩 Analysis chain

Image filename doesn't match updated text label.

Line 100 text refers to "Quit Copilot," but the image filename at line 101 still references the old terminology: Quit_Live_Editor.png. Update the filename or verify the asset has been renamed to match the Copilot terminology.

Please confirm whether the image asset has been renamed or whether the reference should be updated.



🏁 Script executed:

#!/bin/bash
# Check content at lines 100-101 of the document
echo "=== Content at lines 100-101 ==="
sed -n '98,103p' src/pages/docs/live-editor/installing-testsigma-terminal.md

echo ""
echo "=== Search for image filename references in the file ==="
grep -n "Quit_Live_Editor\|Quit_Copilot\|Quit.*png" src/pages/docs/live-editor/installing-testsigma-terminal.md

echo ""
echo "=== Check if image files exist with these names ==="
find . -name "*Quit_Live_Editor*" -o -name "*Quit_Copilot*" 2>/dev/null | head -20

Length of output: 562


Update image alt text and verify S3 asset naming for terminology consistency.

Line 100 step text says "Click Quit Copilot" but line 101's image reference still uses outdated terminology in both the alt text and filename: ![Quit Live Editor](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/Quit_Live_Editor.png). Update the alt text to "Quit Copilot" to match the step instruction, and verify the S3 asset has been renamed accordingly.

🤖 Prompt for AI Agents
In src/pages/docs/live-editor/installing-testsigma-terminal.md around lines 100
to 101, the step text says "Click **Quit Copilot**" but the image alt text and
filename use outdated "Live Editor" wording; update the image alt text to "Quit
Copilot" and, if necessary, rename the S3 asset to match the terminology (e.g.,
Quit_Copilot.png) and update the image URL to the new S3 path so the filename
and alt text are consistent with the step instruction.

@bharathk08 bharathk08 deleted the DOC-484 branch November 25, 2025 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant