Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
91 changes: 46 additions & 45 deletions src/pages/docs/test-management/api-reference/modules.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/pages/docs/test-management/api-reference/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ You must include your API token in the Authorization header for every request. T
>
> **Authorization**: Bearer `<TEST_MANAGEMENT_API_TOKEN>`

You can generate and manage your API token from [here](https://test-management.testsigma.com/ui/settings/api_keys). The token must be kept secure, like a password.
You can generate and manage your API token from <a href="https://test-management.testsigma.com/ui/settings/api_keys" rel="nofollow">here</a>. The token must be kept secure, like a password.

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ The **Sprint Planner Agent** helps you manage and organize your Jira sprints in
> - You have a project created in Test Management by Testsigma.
> - The project is connected to a Jira project.
> - You have **Admin Access** in Jira to authorize the initial integration with Test Management by Testsigma.
> - You know how to create **WebHooks in Jir**a to enable real-time sync between Jira and Test Management by Testsigma. For more information, see [Creating WebHooks in Jira](https://developer.atlassian.com/server/jira/platform/webhooks/).
> - You know how to create **WebHooks in Jira** to enable real-time sync between Jira and Test Management by Testsigma. For more information, see <a href="https://developer.atlassian.com/server/jira/platform/webhooks/" rel="nofollow">Creating WebHooks in Jira</a>
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Fix markdown linting issues in prerequisites blockquote.

Static analysis flags indentation (MD007) and blockquote spacing (MD027) issues at line 50. The unordered list within the blockquote needs proper alignment—expected 0 indentation but found 3 spaces. Additionally, there are multiple spaces after the blockquote symbol which violates markdown formatting conventions.

Apply this diff to fix the markdown formatting:

> ## **Prerequisites**
>
> Before you begin, ensure:
>    - You have a project created in Test Management by Testsigma.
>    - The project is connected to a Jira project.
>    - You have **Admin Access** in Jira to authorize the initial integration with Test Management by Testsigma.
-~>    - You know how to create **WebHooks in Jira** to enable real-time sync between Jira and Test Management by Testsigma. For more information, see <a href="https://developer.atlassian.com/server/jira/platform/webhooks/" rel="nofollow">Creating WebHooks in Jira</a>
+>    - You know how to create **WebHooks in Jira** to enable real-time sync between Jira and Test Management by Testsigma. For more information, see <a href="https://developer.atlassian.com/server/jira/platform/webhooks/" rel="nofollow">Creating WebHooks in Jira</a>.

Also, note the typo correction from "Jir a" to "Jira" is appreciated.

Committable suggestion skipped: line range outside the PR's diff.

🧰 Tools
🪛 markdownlint-cli2 (0.18.1)

50-50: Unordered list indentation
Expected: 0; Actual: 3

(MD007, ul-indent)


50-50: Multiple spaces after blockquote symbol

(MD027, no-multiple-space-blockquote)

🤖 Prompt for AI Agents
In src/pages/docs/test-management/atto/sprint-planner/manage-sprints.md around
line 50, the prerequisites blockquote has incorrect indentation and extra spaces
after the '>' causing MD007 and MD027 lint errors; remove the three-space
indentation before the list item so the unordered list is flush with the
blockquote marker (no leading spaces), ensure there is exactly one space after
the '>' and that list markers start at column 1 of the blockquote, and verify
the product name is spelled "Jira".



---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Integrate Azure DevOps with Test Management by Testsigma to automate test execut
> Before you begin, ensure:
> - You have a **Project** in Test Management by Testsigma and **Test Runs** are available.
> - You have an API token from Test Management by Testsigma.
> - You have an [Azure DevOps](https://azure.microsoft.com/en-us/pricing/purchase-options/azure-account?icid=devops) account.
> - You have an **Azure DevOps** account.

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Integrate CircleCI with Test Management by Testsigma to automate test executions
> Before you begin, ensure:
> - You have a **Project** in Test Management by Testsigma and **Test Runs** are available.
> - You have an API token from Test Management by Testsigma.
> - You have a [CircleCI](https://circleci.com/) account.
> - You have a **CircleCI** account.


---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Integrate GitHub with Test Management by Testsigma to automate test executions a
> Before you begin, ensure:
> - You have a **Project** in Test Management by Testsigma and **Test Runs** are available.
> - You have an API token from Test Management by Testsigma.
> - You have a [GitHub](https://github.com/) account.
> - You have a **GitHub** account.



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Integrate Jenkins with Test Management by Testsigma to automate test executions
> Before you begin, ensure:
> - You have a **Project** in Test Management by Testsigma and **Test Runs** are available.
> - You have an API token from Test Management by Testsigma.
> - You have a [Jenkins](https://www.jenkins.io/) account.
> - You have a **Jenkins** account.

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Integrate Travis CI with Test Management by Testsigma to automate test execution
> Before you begin, ensure:
> - You have a **Project** in Test Management by Testsigma and **Test Runs** are available.
> - You have an API token from Test Management by Testsigma.
> - You have a [Travis CI](https://www.travis-ci.com/) account.
> - You have a **Travis CI** account.


---
Expand Down
3 changes: 2 additions & 1 deletion src/pages/docs/test-management/integrations/figma.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ Testsigma lets you generate test cases directly from your Figma designs. This he

3. In the address bar, locate the URL in the following format:

> https://www.figma.com/files/team/{TEAM_ID}/your-team-name
> <a href="https://www.figma.com/files/team/{TEAM_ID}/your-team-name" rel="nofollow">https://www.figma.com/files/team/{TEAM_ID}/your-team-name</a>
>
>
> The **{TEAM_ID}** in the URL is your Figma Team ID.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The Testsigma Integration for Jira app seamlessly extends Jira’s core capabili

## **Install the Test Management by Testsigma App**

1. Navigate to the [Atlassian Marketplace](https://marketplace.atlassian.com/) and search for **Test Management by Testsigma**.
1. Navigate to the <a href="https://marketplace.atlassian.com/" rel="nofollow">Atlassian Marketplace</a> and search for **Test Management by Testsigma**.

2. Install **Test Management by Testsigma** in your Jira instance.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Get started with our platform and streamline how you manage and analyze test cas

> ## **Prerequisites**
>
> Before you begin, ensure you have an active Testsigma account. If you don’t have one, go to the [Testsigma signup page](https://tms.testsigma.com/signup) to create an account.
> Before you begin, ensure you have an active Testsigma account. If you don’t have one, go to the <a href="https://tms.testsigma.com/signup" rel="nofollow">Testsigma signup page</a> to create an account.

---

Expand All @@ -45,9 +45,9 @@ Get started with our platform and streamline how you manage and analyze test cas

## **Steps to Access Test Management by Testsigma**

1. Navigate to Test Management by Testsigma [Login Page](https://tms.testsigma.com/login).
1. Navigate to Test Management by Testsigma <a href="https://tms.testsigma.com/login" rel="nofollow">Login Page</a>.

2. Sign in with your credentials. If you don't have an account, [sign up](https://tms.testsigma.com/signup).
2. Sign in with your credentials. If you don't have an account, <a href="https://tms.testsigma.com/signup" rel="nofollow">sign up</a>.

3. In your **User Profile Settings**, select **TMS**.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Project Settings lets you update project details and manage test cases and step

The **Overview** section of **Project Settings** opens by default. You can edit the project **Name**, **Description**, or **Delete** the project from this section.

For more information, see [Manage Projects](http://testsigma.com/docs/test-management/projects/manage-projects/).
For more information, see <a href="http://testsigma.com/docs/test-management/projects/manage-projects/" rel="nofollow">Manage Projects</a>.

---

Expand Down
3 changes: 2 additions & 1 deletion src/pages/docs/test-management/test-cases/folders.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ Test Management by Testsigma

> ## **Prerequisites**
>
> Before you begin, ensure you have a project created in Test Management by Testsigma. For more information, see [Projects](http://testsigma.com/docs/test-management/projects/manage-projects/).
> Before you begin, ensure you have a project created in Test Management by Testsigma. For more information, see <a href="http://testsigma.com/docs/test-management/projects/manage-projects/" rel="nofollow">Projects</a>


---

Expand Down