Skip to content

Added new docs to TS <> TMS Integration#107

Merged
bharathk08 merged 4 commits into
mainfrom
dev
Dec 3, 2025
Merged

Added new docs to TS <> TMS Integration#107
bharathk08 merged 4 commits into
mainfrom
dev

Conversation

@bharathk08

@bharathk08 bharathk08 commented Dec 3, 2025

Copy link
Copy Markdown
Collaborator

Added the following docs to TS <> TMS Integration:

Automate Manual Test Cases in Testsigma
image

Create & Sync Test Cases from Testsigma’s Atto’s Home
image

Summary by CodeRabbit

  • Documentation
    • Added guide for automating manual test cases using AI technology
    • Added guide for creating and synchronizing test cases with Test Management integration
    • Enhanced navigation menu with new documentation sections for improved discoverability
    • Reorganized documentation page ordering within test management section for optimized information structure

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

bharathk08 and others added 4 commits December 1, 2025 14:37
* Dummy commit for Updated typesense key updation

* added a new doc for automating Manual tests

added a new doc for automating Manual tests in TS <> TMS integration docs.

---------

Co-authored-by: Santhoshkumar <117272529+Santhosh-testsigma@users.noreply.github.com>
Co-authored-by: Abdul <132989679+Abdul-jailani@users.noreply.github.com>
Co-authored-by: Vikram Chaitanya <vikram@testsigma.com>
@coderabbitai

coderabbitai Bot commented Dec 3, 2025

Copy link
Copy Markdown

Walkthrough

This PR introduces two new documentation pages for Testsigma two-way integration functionality: automating manual test cases and creating/syncing test cases. It also updates the left navigation configuration and reorders two existing documentation pages in the same section.

Changes

Cohort / File(s) Summary
Navigation Configuration
src/left-nav-title.json
Added two new navigation entries: "Automate Manual Tests" (automate-manual-test-cases) and "Create & Sync Test Cases" (create-and-sync-test-cases) under the Testsigma two-way integration section
New Documentation Pages
src/pages/docs/test-management/testsigma-two-way-integration/automate-manual-test-cases.md, src/pages/docs/test-management/testsigma-two-way-integration/create-and-sync-test-cases.md
Added two new documentation pages covering workflows for automating manual test cases via AI and creating/syncing test cases with Testsigma Test Management, including prerequisites, interactive demos, and step-by-step instructions
Documentation Page Ordering
src/pages/docs/test-management/testsigma-two-way-integration/execute-test-plans.md, src/pages/docs/test-management/testsigma-two-way-integration/link-test-plans.md
Updated front matter order values: execute-test-plans (9.5 → 9.7) and link-test-plans (9.4 → 9.6)

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

  • All changes are documentation and configuration-based with no code logic
  • Consistent pattern of additions and metadata updates
  • No complex dependencies or structural implications

Possibly related PRs

Suggested reviewers

  • Santhosh-testsigma

Poem

🐰 Two paths through the docs, now crystal and clear,
Automation and syncing—new features are here!
The nav hops along with entries so bright,
While order finds balance, everything right! ✨

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 'Added new docs to TS <> TMS Integration' directly summarizes the main change: adding new documentation pages for Testsigma and Testsigma TMS integration.
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 dev

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.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 0

🧹 Nitpick comments (1)
src/pages/docs/test-management/testsigma-two-way-integration/automate-manual-test-cases.md (1)

83-92: Improve sentence variety in the "Start Learning Directly" section.

Three consecutive steps in lines 85, 87, and 89 all begin with "Click," which reduces readability and flow. Consider restructuring at least one of these steps to vary the sentence starters.

For example, line 87 could be rewritten as: "Select the Environment from the dropdown icon beside Agentic Learning."

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between f1c6be7 and fae1bd0.

📒 Files selected for processing (5)
  • src/left-nav-title.json (1 hunks)
  • src/pages/docs/test-management/testsigma-two-way-integration/automate-manual-test-cases.md (1 hunks)
  • src/pages/docs/test-management/testsigma-two-way-integration/create-and-sync-test-cases.md (1 hunks)
  • src/pages/docs/test-management/testsigma-two-way-integration/execute-test-plans.md (1 hunks)
  • src/pages/docs/test-management/testsigma-two-way-integration/link-test-plans.md (1 hunks)
🧰 Additional context used
🪛 LanguageTool
src/pages/docs/test-management/testsigma-two-way-integration/automate-manual-test-cases.md

[style] ~89-~89: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...**, and select the Environment. 3. Click Agentic Learning to start learning ...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)

⏰ 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 (5)
src/left-nav-title.json (1)

194-199: Navigation entries for new documentation pages are properly configured.

The two new navigation entries follow the established JSON structure and path conventions, with trailing slashes consistent with other entries in the file.

src/pages/docs/test-management/testsigma-two-way-integration/execute-test-plans.md (1)

6-6: Front matter order updated correctly to accommodate new documentation pages.

The order value change from 9.5 to 9.7 is consistent with the reordering pattern across the testsigma-two-way-integration section.

src/pages/docs/test-management/testsigma-two-way-integration/link-test-plans.md (1)

6-6: Front matter order updated correctly to accommodate new documentation pages.

The order value change from 9.4 to 9.6 aligns with the overall section reordering.

src/pages/docs/test-management/testsigma-two-way-integration/create-and-sync-test-cases.md (1)

1-78: Documentation page is complete and well-structured.

Front matter, prerequisites, interactive demo, and step-by-step instructions are all present and properly formatted. The content clearly explains the two-way sync workflow for AI-generated test cases.

src/pages/docs/test-management/testsigma-two-way-integration/automate-manual-test-cases.md (1)

1-94: Documentation page is comprehensive and well-formatted.

Front matter, prerequisites, interactive demo, and step-by-step workflow sections are all present. The structure clearly guides users through automating manual test cases from Test Management by Testsigma using Atto's AI.

@bharathk08 bharathk08 merged commit 23e04fa into main Dec 3, 2025
3 checks passed
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.

2 participants