Skip to content

Commit f1c6be7

Browse files
authored
Merge pull request #102 from testsigmahq/dev
Added new docs for TS <> TMS Integration
2 parents 0afd29a + 687fb3e commit f1c6be7

42 files changed

Lines changed: 505 additions & 42 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/components/navcards.jsx

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,40 +62,47 @@ const data = [
6262
},
6363
{
6464
id: 9,
65-
title: 'Account Settings',
65+
title: 'Testsigma Two-way Integration',
66+
description:
67+
'The integration provides a unified view of both manual and automated testing.',
68+
path: '/docs/test-management/testsigma-two-way-integration/connect-testsigma/',
69+
},
70+
{
71+
id: 10,
72+
title: 'Settings',
6673
description:
6774
'Manage the foundation of your testing properties & environments.',
6875
path: '/docs/test-management/settings/manage-properties/',
6976
},
7077
{
71-
id: 10,
78+
id: 11,
7279
title: 'Manage Users',
7380
description: "Add, remove, and manage team member's roles and permissions.",
7481
path: '/docs/test-management/manage-users/invite-users/',
7582
},
7683
{
77-
id: 11,
84+
id: 12,
7885
title: 'Atto (Agentic AI ✨)',
7986
description:
8087
'Leverage intelligent automation powered by Atto to generate, optimize, and execute tests with minimal manual input.',
8188
path: '/docs/test-management/atto/overview/',
8289
},
8390
{
84-
id: 12,
91+
id: 13,
8592
title: 'Reports & Analytics',
8693
description:
8794
'Create reports instantly to review test coverage, execution results, and track progress.',
8895
path: '/docs/test-management/reports/create-report/',
8996
},
9097
{
91-
id: 13,
98+
id: 14,
9299
title: 'API Reference',
93100
description:
94101
'Get a complete view of common concepts necessary to interact with APIs successfully.',
95102
path: '/docs/test-management/atto/overview/',
96103
},
97104
{
98-
id: 14,
105+
id: 15,
99106
title: 'CI/CD Integrations',
100107
description:
101108
'Integrate CI/CD Tools with Test Management by Testsigma and automate your test runs and generate test reports.',

src/left-nav-title.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,5 +172,23 @@
172172
},
173173
"gitlab": {
174174
"/docs/test-management/ci-cd-integrations/gitlab/": "GitLab"
175+
},
176+
"testsigma-two-way-integration": {
177+
"/docs/test-management/testsigma-two-way-integration/": "Testsigma Two-way Integration"
178+
},
179+
"connect-testsigma": {
180+
"/docs/test-management/testsigma-two-way-integration/connect-testsigma/": "Connect Testsigma"
181+
},
182+
"link-test-cases": {
183+
"/docs/test-management/testsigma-two-way-integration/link-test-cases/": "Link Test Cases"
184+
},
185+
"manage-user": {
186+
"/docs/test-management/testsigma-two-way-integration/manage-user/": "Manage Users"
187+
},
188+
"link-test-plans": {
189+
"/docs/test-management/testsigma-two-way-integration/link-test-plans/": "Link Test Plans"
190+
},
191+
"execute-test-plans": {
192+
"/docs/test-management/testsigma-two-way-integration/execute-test-plans/": "Execute Test Plans"
175193
}
176194
}

src/pages/docs/test-management/api-reference/modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'API Modules for Test Management by Testsigma'
33
page_title: 'API Modules for Test Management by Testsigma'
44
metadesc: 'Use API Reference for Test Management by Testsigma to manage all modules like projects, test cases, test runs, test plans, folders, step groups, & settings'
55
noindex: false
6-
order: 13.1
6+
order: 14.1
77
page_id: 'api-modules-for-test-management-by-testsigma'
88
warning: false
99
contextual_links:

src/pages/docs/test-management/api-reference/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Overview: API Reference for Test Management'
33
page_title: 'Overview of API Reference for Test Management'
44
metadesc: 'Test Management APIs by Testsigma gives RESTful endpoints to automate test operations like creating test cases, managing test runs, and retrieving project metadata'
55
noindex: false
6-
order: 13.1
6+
order: 14.1
77
page_id: 'apis-overview-management-by-testsigma'
88
warning: false
99
contextual_links:

src/pages/docs/test-management/atto/best-practices/generating-test-cases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Best Practices to Generate Test Cases with Atto'
33
page_title: 'Best Practices to Generate Test Cases with Atto'
44
metadesc: 'Learn best practices to generate comprehensive test cases using Atto’s capabilities | Simplify and accelerate test automation with using the best practoces for test generation'
55
noindex: false
6-
order: 11.51
6+
order: 12.51
77
page_id: 'best-practices-generate-test-cases-with-atto'
88
warning: false
99
contextual_links:

src/pages/docs/test-management/atto/best-practices/writing-best-prompts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Writing Best Prompts that Generate the Best Test Cases'
33
page_title: 'How to Write the Best Prompts that Generate the Best Test Cases'
44
metadesc: 'Learn how to write clear prompts that guide Atto to generate accurate, relevant test cases. No rework, just the ones you need with right prompts.'
55
noindex: false
6-
order: 11.52
6+
order: 12.52
77
page_id: 'best-practices-for-writing-prompts'
88
warning: false
99
contextual_links:

src/pages/docs/test-management/atto/bug-reporter-agent/report-bugs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Report Bugs Directly from Atto'
33
page_title: 'Report Bugs Directly from Atto'
44
metadesc: 'Use Atto to execute test cases & report bugs directly to Jira | This simplifies the testing process by keeping execution and bug reporting in one place'
55
noindex: false
6-
order: 11.41
6+
order: 12.41
77
page_id: 'report-bugs-directly-from-atto'
88
warning: false
99
contextual_links:

src/pages/docs/test-management/atto/executor-agent/download.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Download Atto'
33
page_title: 'Download Executor Agent - Atto'
44
metadesc: 'Atto streamlines your testing by generating test cases, executing, reporting bugs, & managing the overall process | Learn using Atto to run test cases as part of test runs'
55
noindex: false
6-
order: 11.31
6+
order: 12.31
77
page_id: 'download-executor-agent'
88
warning: false
99
contextual_links:

src/pages/docs/test-management/atto/executor-agent/execute-test-runs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Execute Test Cases from Atto'
33
page_title: 'Execute Test Cases in Atto'
44
metadesc: 'Atto to execute test cases in test runs within Test Management by Testsigma. It helps speed up test execution, reduce manual effort, and maintain consistent results'
55
noindex: false
6-
order: 11.32
6+
order: 12.32
77
page_id: 'execute-test-cases-from-atto'
88
warning: false
99
contextual_links:

src/pages/docs/test-management/atto/generator-agent/generate-tests-from-clickup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ page_title: 'Generate Test Cases from ClickUp'
44
metadesc: 'Generate multiple test cases in Testsigma from your ClickUp tasks using AI. Just pick the space, folder, and tasks, AI handles the rest with detailed cases'
55
description: 'Learn how AI can assist you with creating test cases in Test Management by Testsigma from your ClickUp tasks.'
66
noindex: false
7-
order: 11.23
7+
order: 12.23
88
page_id: 'generate-test-cases-from-clickup'
99
warning: false
1010
contextual_links:

0 commit comments

Comments
 (0)