-
Notifications
You must be signed in to change notification settings - Fork 34
Replaced "Live Editor" with "Copilot" across docs #848
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,10 @@ | ||
| --- | ||
| title: "Using Auto-Healing in Live Editor Test Execution" | ||
| page_title: "Using Auto-Healing in Live Editor Test Execution" | ||
| metadesc: "Enable Auto-Healing in the Live Editor to validate and fix element locators in real time, ensuring tests stay stable despite UI changes during execution." | ||
| title: "Using Auto-Healing in Copilot Test Execution" | ||
| page_title: "Using Auto-Healing in Copilot Editor Test Execution" | ||
| metadesc: "Enable Auto-Healing in the Copilot Editor to validate and fix element locators in real time, ensuring tests stay stable despite UI changes during execution." | ||
| noindex: false | ||
| order: 4.916 | ||
| page_id: "using-auto-healing-in-live-editor-test-execution" | ||
| page_id: "using-auto-healing-in-copilot-test-execution" | ||
| warning: false | ||
| contextual_links: | ||
| - type: section | ||
|
|
@@ -22,7 +22,7 @@ contextual_links: | |
|
|
||
| --- | ||
|
|
||
| With Auto-Healing enabled, you can execute test cases directly in the Live Editor to validate element locators in real time. This helps ensure that any changes in the application’s UI are automatically detected and corrected during execution. This article discusses how auto-healing identifies and updates element locators while executing test cases in the Live Editor. | ||
| With Auto-Healing enabled, you can execute test cases directly in the Copilot to validate element locators in real time. This helps ensure that any changes in the application’s UI are automatically detected and corrected during execution. This article discusses how auto-healing identifies and updates element locators while executing test cases in the Copilot. | ||
|
|
||
| --- | ||
|
|
||
|
|
@@ -45,16 +45,16 @@ Here are the steps to produce: | |
| - Enter demopassword in the Password Input field. | ||
| - Click on Log in Button. | ||
|
|
||
| 1. Once you have created the test steps, click **Live Editor**. | ||
|  | ||
| 1. Once you have created the test steps, click **Copilot**. | ||
|  | ||
|
|
||
| 2. On the **Live Editor** overlay, configure the required options and click **Launch**. | ||
| 2. On the **Copilot** overlay, configure the required options and click **Launch**. | ||
|  | ||
|
|
||
| - Consider that the XPATH for the element Email address or phone number on step 2 changed. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix unordered list indentation violations (MD007). Lines 54 and 57 have incorrect list indentation (1 space instead of 0), violating the markdownlint-cli2 MD007 rule. Apply this diff to fix: - Consider that the XPATH for the element Email address or phone number on step 2 changed.
- 
+- Consider that the XPATH for the element Email address or phone number on step 2 changed.
+ 
- - When the test case is executed in the Copilot with the Gen AI auto-healing feature enabled, Testsigma automatically identifies the updated XPath and successfully locates the element.
+ - When the test case is executed in the Copilot with the Gen AI auto-healing feature enabled, Testsigma automatically identifies the updated XPath and successfully locates the element.Also applies to: 57-57 🧰 Tools🪛 markdownlint-cli2 (0.18.1)54-54: Unordered list indentation (MD007, ul-indent) 🤖 Prompt for AI Agents |
||
|  | ||
|  | ||
|
|
||
| - When the test case is executed in the Live Editor with the Gen AI auto-healing feature enabled, Testsigma automatically identifies the updated XPath and successfully locates the element. | ||
| - When the test case is executed in the Copilot with the Gen AI auto-healing feature enabled, Testsigma automatically identifies the updated XPath and successfully locates the element. | ||
|  | ||
| --- | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clarify unclear action instruction.
Line 48 contains awkward phrasing: "Click Testsigma Copilot on the Copilot." This is ambiguous—it's unclear what UI element the user should interact with or where it's located. Please reword for clarity.
Suggest clarifying the instruction to explicitly describe the element and its location:
(Or provide a screenshot/alt text describing the button location if necessary.)
📝 Committable suggestion
🤖 Prompt for AI Agents