Skip to content
7 changes: 6 additions & 1 deletion src/left-nav-title.json
Original file line number Diff line number Diff line change
Expand Up @@ -752,5 +752,10 @@
"xray": {"/docs/integrations/test-management/xray/": "Xray"},
"qtest": {"/docs/integrations/test-management/qtest/": "qTest"},
"requirements": {"/docs/atto/generative-ai/generate-tests/requirements/": "Add Requirements"},
"live-editor": {"/docs/atto/generative-ai/copilot/live-editor/": "In Testsigma"}
"live-editor": {"/docs/atto/generative-ai/copilot/live-editor/": "In Testsigma"},
"live-editor": {"/docs/live-editor/": "Copilot"},
"jira": {"/docs/integrations/bug-reporting/jira/": "Jira" },
"jira": {"/docs/atto/generative-ai/integrations/jira/": "Jira"},
"xray": {"/docs/atto/generative-ai/integrations/xray/": "Xray"},
"qtest": {"/docs/atto/generative-ai/integrations/qtest/": "qTest"}
}
12 changes: 6 additions & 6 deletions src/pages/docs/atto/generative-ai/copilot/live-editor.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Copilot in Live Editor"
page_title: "Copilot in Live Editor"
metadesc: "The Live Editor in Testsigma helps you debug, execute, and modify test cases in real time. It also enables you to generate test cases using Testsigma Live Editor"
title: "Copilot in Testsigma"
page_title: "Copilot in Testsigma"
metadesc: "The Copilot in Testsigma helps you debug, execute, and modify test cases in real time. It also enables you to generate test cases using Testsigma Copilot"
noindex: false
order: 4.7433
page_id: "copilot-in-live-editor"
Expand All @@ -19,13 +19,13 @@ contextual_links:

---

The Live Editor in Testsigma helps you debug, execute, and modify test cases in real time. It also enables you to generate test cases using Testsigma Live Editor, allowing you to convert prompts into executable test steps. Whether you're reviewing a failed step, learning elements dynamically, or creating new tests from scratch, the Live Editor gives you complete control over the test execution flow. This article discusses the capabilities of the Live Editor in Testsigma.
The Copilot in Testsigma helps you debug, execute, and modify test cases in real time. It also enables you to generate test cases using Testsigma Copilot, allowing you to convert prompts into executable test steps. Whether you're reviewing a failed step, learning elements dynamically, or creating new tests from scratch, the Copilot gives you complete control over the test execution flow. This article discusses the capabilities of the Copilot in Testsigma.

---

> <p id="prerequisites">Prerequisites</p>
>
> Before you begin, ensure **Testsigma Terminal** is installed and the **Live Editor** is ready.
> Before you begin, ensure **Testsigma Terminal** is installed and the **Copilot** is ready.

---

Expand Down Expand Up @@ -61,4 +61,4 @@ The Live Editor in Testsigma helps you debug, execute, and modify test cases in

> For troubleshooting details and frequently asked questions, refer to the [documentation on terminal FAQs](https://testsigma.com/docs/live-editor/faqs-on-testsigma-terminal/).

---
---
31 changes: 29 additions & 2 deletions src/pages/docs/atto/generative-ai/generate-tests/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,42 @@ Testsigma allows you to generate test cases from requirements using Generative A
4. In the **Figma Designs** dialog,
- Select a **Team**, **Project**, **Figma design file**, **Section** and **Page** from the respective dropdown menus.
- Click **+ Select Frames**, select the required frames in the **Select Frames** screen, and click **Save**.
- If you want to remove all the selections that you have made, click **Clear Selection**.

![Figma Inputs](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/atto/requirements_2.png)
- If you want to remove all the selections that you have made, click **Clear Selection**.

[[info | **NOTE**:]]
| - If the selected page has no **Sections**, you can directly select the frames.
|
| - The maximum limit for selecting frames is 10.


> <p id="prerequisites">Troubleshooting: Figma Pages Not Loading in Testsigma</p>
>
>
> In some cases, the Figma pages may fail to load and display **No pages** even if the same file worked previously. This issue typically occurs when Figma’s API rate limits are exceeded, preventing Testsigma from fetching the required page data.
>
> ![Figma No Page Error](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/Figma_No_Page_Error.png)
>
> ### **Cause**
>
> Figma applies rate limits to REST API requests based on the user’s seat type and access level. When these limits are reached, Figma temporarily stops returning page/file information to external tools. As a result, Testsigma cannot load the pages and displays **No pages**. Users with lower access seats are more likely to reach these limits, which may cause the page list to stop loading intermittently.
>
>
> ### **Steps to Resolve the Issue**
>
> **1. Verify the Figma API Key Permissions** <br>
> Ensure the API key used in Testsigma belongs to a Figma account with a **Dev/Full seat**. These roles provide higher API rate limits and help prevent intermittent failures.
>
> **2. Re-generate the API Key (If Needed)** <br>
> If the current key was created under a seat with restricted API access, generate a new key from an account with a higher access tier.
>
> **3. Wait for Rate Limits to Reset** <br>
> If rate limits were exceeded, Figma may temporarily block further requests. Wait a few minutes and then try loading the pages again.
>
> **4. Review Figma Rate Limits** <br>
> For detailed info on rate limits, see [Figma’s Rate Limits](https://developers.figma.com/docs/rest-api/rate-limits/).


---

## **Add the Data from QTest**
Expand Down
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 theLive 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 Test Execution"
metadesc: "Enable Auto-Healing in the Copilot 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-eive Editor-test-execution"
page_id: "using-auto-healing-in-copilot-test-execution"
warning: false
contextual_links:
- type: section
Expand All @@ -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.

---

Expand Down Expand Up @@ -62,4 +62,4 @@ Here are the steps to produce:

Once the test execution is complete, please refer to the [documentation on Auto-Healing Insights](https://testsigma.com/docs/auto-healing/auto-healing-insights/) to view the auto-healing results and learn how to update the element locator.

---
---
2 changes: 1 addition & 1 deletion src/pages/docs/integrations/bug-reporting/backlog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ page_title: "Backlog Bug Reporting Integration in Testsigma"
metadesc: "Backlog bug reporting integration helps you in realtime bug reporting during Test Runs. Learn how to integrate Testsigma application with Backlog"
noindex: false
order: 16.33
page_id: "Backlog Bug Reporting Integration"
page_id: "backlog-bug-reporting-integration"
warning: false
contextual_links:
- type: section
Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/integrations/bug-reporting/bugzilla.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ page_title: "Bugzilla Bug Reporting Integration in Testsigma"
metadesc: "Bugzilla integration helps you in creating issues in Bugzilla from the Testsigma. Learn how to integrate Testsigma with Bugzilla for real-time bug reporting"
noindex: false
order: 16.32
page_id: "Bugzilla Bug Reporting Integration"
page_id: "bugzilla-bug-reporting-integration"
warning: false
contextual_links:
- type: section
Expand Down
66 changes: 36 additions & 30 deletions src/pages/docs/integrations/bug-reporting/jira.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "JIRA Bug Reporting Integration"
page_title: "JIRA Bug Reporting Integration in Testsigma"
title: "Jira Integration for Bug Reporting"
page_title: "Jira Bug Reporting Integration in Testsigma"
metadesc: "JIRA integration helps you in creating issues in JIRA from the Testsigma. Learn how to integrate Testsigma with JIRA for real-time bug reporting"
noindex: false
order: 16.31
page_id: "JIRA Bug Reporting Integration"
page_id: "jira-bug-reporting-integration"
warning: false
contextual_links:
- type: section
Expand All @@ -22,11 +22,12 @@ contextual_links:

---

You can integrate Testsigma with Jira to push bugs directly to Jira's project. You can also capture screenshots, annotate bugs, and share them with your team. In this document, we will discuss how to integrate Jira with Testsigma and also how to create the first bug from Testsigma which can flow into Jira.
You can integrate Testsigma with Jira to push bugs directly to your Jira project. You can also capture screenshots, annotate bugs, and share them with your team. This document describes how to integrate Jira with Testsigma and create your first bug in Testsigma that flows into Jira.

---

> <p id="prerequisites">Prerequisites</p>
>
> To integrate Jira with Testsigma, you need the following:
> - **Account URL**: Your Jira Account URL
> - **Username**: Your account username/email
Expand All @@ -35,19 +36,27 @@ You can integrate Testsigma with Jira to push bugs directly to Jira's project. Y
---

## **Integrating Jira with Testsigma**
1. Navigate to **Settings > Integrations**.
![Settings](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/jrsettings.png)

2. Enable toggle on **Jira** widget.
![Jira Toggle](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/jrnav.png)
1. From the left navigation bar, go to **Settings > Integrations**.
![Integrations](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/Bug_Integration_Jira.png)

3. On the **Jira Details** prompt, enter the following and click **Save & Enable**.
2. Enable the **Jira** toggle.
![Jira Toggle](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/Jira_Toggle_Bug_Reporting.png)

- **Account URL:** <a href="https://(organizationname).atlassian.net/" rel="nofollow">https://(organizationname).atlassian.net/</a>
- **User Name:** Please enter your email ID.
- **API Key:** Paste the token you generated from your Jira account.

![Jira Details](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/jrdetails.png)
3. In the **Jira Details** dialog, enter the following:
- **Account URL**
- **Username**
- **API Key**
- **Confirm API Key**
![Jira Details](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/All_Jira_Details.png)

4. Click **Save & Enable**.
![Save Jira Details](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/Save_All_Jira_Details.png)

### **Field Definitions:**
- **Account URL example**: https://{organizationname}.atlassian.net/
- **Username**: Enter your email address.
- **API Key**: Paste the token generated from your Jira account.

[[info | **INFO 💡**:]]
| ### **Steps to Generate API Key**
Expand All @@ -68,26 +77,23 @@ You can integrate Testsigma with Jira to push bugs directly to Jira's project. Y
---

## **Creating a bug**
1. Navigate to **Run Results > Test Case Result**, where you want to add a bug.
![Test Case Report](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/jrtcresults.png)

2. Click on **Report Bug**.
![Report Bug](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/jrreportbug.png)
1. From the left navigation bar, go to **Run Results > Test Plan Result**, and open the Test Case Result where you want to report a bug.
![Test Case Result](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/Test_Result_In_Plan.png)

2. Click **Report Bug**.
![Report Bug](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/Report_Bug_From_Test_Result.png)

3. On **Report** overlay, click on the **Jira** icon.
![Jira Icon](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/jrreportoverlay.png)
3. In the report overlay, click the **Jira** icon.
![Jira Icon from Overlay](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/Jira_Icon_from_Overlay.png)

4. On the **Create New Issue** prompt, click on **Create Ticket**.
![Create New Issue](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/jrnewtickt.png)

[[info | **NOTE**:]]
| If you want to link to an existing issue on Jira, click on the **Link to Issue** button, search for an existing issue in the search field and click on **Link to Ticket** to add a link to an existing Issue.
|![Link](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/jrlinktoissu.png)
4. In the **Create New Bug** overlay, review the details and click **Report Bug**.
![Create New Bug](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/Create_New_Bug_From_Result.png)



Here's a quick GIF demonstrating how to integrate Jira and add a bug to Jira from Testsigma.
![Jira Work Flow GIF](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/JiraIntGif.gif)

[[info | **NOTE**:]]
| To link to an existing Jira issue, click **Link to Issue**, search for the issue, and then click **Link to Ticket**.
|
| ![Link](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/Link_Bug_to_Existing_Issue.png)

---
2 changes: 1 addition & 1 deletion src/pages/docs/integrations/bug-reporting/mantis.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ page_title: "Mantis Bug Reporting Integration in Testsigma"
metadesc: "Mantis Bug Reporting integration helps you in creating issues in Mantis from the Testsigma. Learn how to integrate Testsigma with Mantis for real-time bug reporting"
noindex: false
order: 16.34
page_id: "Mantis Bug Reporting Integration"
page_id: "mantis-bug-reporting-integration"
warning: false
contextual_links:
- type: section
Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/integrations/bug-reporting/monday.com.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ page_title: "monday.com"
metadesc: "Monday.com integration helps you in creating issues in Monday.com from the Testsigma. Learn how to integrate Testsigma with Monday.com for real-time bug reporting"
noindex: false
order: 16.38
page_id: "monday.com"
page_id: "monday-bug-reporting-integration"
warning: false
contextual_links:
- type: section
Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/integrations/bug-reporting/youtrack.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ page_title: "Youtrack Bug Reporting Integration in Testsigma"
metadesc: "How to integrate Testsigma with Youtrack for real-time bug reporting during Test Runs | Push bugs directly from Testsigma to your YouTrack's project"
noindex: false
order: 16.35
page_id: " Youtrack Bug Reporting Integration"
page_id: "youtrack-bug-reporting-integration"
warning: false
contextual_links:
- type: section
Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/integrations/bug-reporting/zepel.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ page_title: "Zepel Bug Reporting Integration in Testsigma"
metadesc: "How to integrate Testsigma with Zepel for real-time bug reporting during Test Runs | Push bugs directly from Testsigma to your Zepel's project"
noindex: false
order: 16.36
page_id: "Zepel Bug Reporting Integration"
page_id: "zepel-bug-reporting-integration"
warning: false
contextual_links:
- type: section
Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/integrations/collaboration/google-chat.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Integrating Google Chat with Testsigma"
metadesc: "Learn how to configure a Google Chat channel to receive notifications about Test Results in real-time from Testsigma Application"
noindex: false
order: 16.23
page_id: "Integrating Google Chat with Testsigma for test run notifications"
page_id: "google-chat-integration"
warning: false
contextual_links:
- type: section
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Integrating MS Team with Testsigma"
metsdesc: "Configure Microsoft Teams channel to receive notifications about Test Results in real-time from Testsigma Application | Testsigms Integration with MS Team"
order: 16.22
page_id: "Integrating MS Team with Testsigma for test run notifications"
page_id: "ms-teams-integration"
warning: false
contextual_links:
- type: section
Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/integrations/collaboration/slack.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Slack Integration with Testsigma"
metadesc: "Learn how to configure your Slack channel to receive Pass/Fail/Abort notifications about Test Results as in real-time from Testsigma application"
noindex: false
order: 16.21
page_id: "Integrating Slack with Testsigma for test run notifications"
page_id: "slack-integration"
warning: false
contextual_links:
- type: section
Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/integrations/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Integrations in Testsigma"
metadesc: "Integration with different test labs lets you execute your Testsigma tests on those tools. Learn how to integrate test labs with Testsigma application."
noindex: false
order: 16.1
page_id: "Integrations in Testsigma"
page_id: "integrations-in-testsigma"
warning: false
contextual_links:
- type: section
Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/integrations/test-labs/browserstack.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Integrate Testsigma with BrowserStack"
metadesc: "BrowserStack integration lets you execute your Testsigma tests on BrowserStack. Learn how to integrate the BrowserStack Cloud Test Execution Platform with Testsigma"
noindex: false
order: 16.42
page_id: "Integrate Testsigma with BrowserStack"
page_id: "integrate-testsigma-with-browserstack"
warning: false
contextual_links:
- type: section
Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/integrations/test-labs/kobiton.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Integrate Testsigma with Kobiton"
metadesc: "Kobiton integration lets you execute your Testsigma tests on BrowserStack. Learn how to integrate the Kobiton Test Execution Platform with Testsigma"
noindex: false
order: 16.45
page_id: "Integrate Testsigma with Kobiton"
page_id: "integrate-testsigma-with-kobiton"
warning: false
contextual_links:
- type: section
Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/integrations/test-labs/lambdatest.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Integrate Testsigma with LambdaTest"
metadesc: "LambdaTest integration lets you execute your Testsigma tests on BrowserStack. Learn how to integrate the LambdaTest Test Execution Platform with Testsigma"
noindex: false
order: 16.44
page_id: "Integrate Testsigma with LambdaTest"
page_id: "integrate-testsigma-with-lambdatest"
warning: false
contextual_links:
- type: section
Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/integrations/test-labs/sauce-labs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Integrate Testsigma with SauceLabs"
metadesc: "SauceLabs integration lets you execute your Testsigma tests on BrowserStack. Learn how to integrate the SauceLabs Test Execution Platform with Testsigma"
noindex: false
order: 16.44
page_id: "Integrate Testsigma with SauceLabs"
page_id: "integrate-testsigma-with-saucelabs"
warning: false
contextual_links:
- type: section
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Azure DevOps Integration"
metadesc: "Azure DevOps Integration allows you to create a work item directly in your Azure project from Testsigma. Learn how to intergrate Azure DevOps with Testsigma"
noindex: false
order: 16.51
page_id: "Azure DevOps Integration"
page_id: "azure-devops-integration"
warning: false
contextual_links:
- type: section
Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/integrations/test-management/clickup.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Integrate Testsigma with Clickup"
metadecs: "Learn how to integrate Testsigma with Clickup for real-time bug reporting during Test Runs | Push bugs directly from Testsigma to your Clickup project"
order: 16.55
page_id: "Clickup"
page_id: "clickup-integration"
warning: false
contextual_links:
- type: section
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ page_title: "Freshrelease Bug Reporting Integration in Testsigma"
metadesc: "How to integrate Testsigma with Freshrelease for real-time bug reporting during Test Runs | Push bugs directly from Testsigma to your Freshrelease project"
noindex: false
order: 16.54
page_id: "Freshrelease Bug Reporting Integration"
page_id: "freshrelease-bug-reporting-integration"
warning: false
contextual_links:
- type: section
Expand Down
Loading