Skip to content

Updated Imports docs & added new navcards#128

Merged
bharathk08 merged 1 commit into
mainfrom
dev
Apr 2, 2026
Merged

Updated Imports docs & added new navcards#128
bharathk08 merged 1 commit into
mainfrom
dev

Conversation

@bharathk08

@bharathk08 bharathk08 commented Apr 2, 2026

Copy link
Copy Markdown
Collaborator

Summary by CodeRabbit

Release Notes

  • New Features

    • Added "Data Sets" and "Test Capture" navigation cards with updated card ordering
  • Documentation

    • Enhanced CSV import workflow documentation with updated navigation paths, template selection step, and streamlined mapping process
  • Chores

    • Updated GitHub repository links for documentation editing

@coderabbitai

coderabbitai Bot commented Apr 2, 2026

Copy link
Copy Markdown
📝 Walkthrough

Walkthrough

Updates the GitHub repository reference in edit links, extends navigation card entries with new categories and reindexed identifiers, and revises CSV import documentation to reflect updated workflow steps and user interface changes.

Changes

Cohort / File(s) Summary
Repository Reference Update
src/components/EditButton.jsx
Updated GitHub repository URL from testsigmahq/testsigma-docs to testsigmahq/TMSDocs in the edit anchor link.
Navigation Cards
src/components/navcards.jsx
Added "Data Sets" and "Test Capture" card entries; reordered and reindexed card IDs for "Step Groups" through "CI/CD Integrations" to reflect new sequence in the navigation card array.
CSV Import Documentation
src/pages/docs/test-management/imports-and-exports/csv-file.md
Revised CSV import workflow documentation including updated navigation entry points, added screenshot for dashboard quick actions, introduced template type selection, consolidated mapping and import sections into a unified flow, and updated Storylane iframe configuration.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Possibly related PRs

Suggested reviewers

  • Santhosh-testsigma

Poem

🐰 A link hops to a newer home,
New cards bloom where nav paths roam,
CSV flows now crystal clear—
Templates guide imports here! ✨📚

🚥 Pre-merge checks | ✅ 3
✅ 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 accurately summarizes the two main changes: updating imports documentation and adding new navigation cards. It is specific, concise, and clearly reflects the primary modifications across the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • 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: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@src/pages/docs/test-management/imports-and-exports/csv-file.md`:
- Around line 71-93: The frontmatter contains contextual links that point to old
section anchors which were renamed; open the file's frontmatter and update any
anchor targets that reference the "Prepare and Import" and "View Import Results"
sections to match the new heading slugs (use the markdown/kebab-case anchor form
that matches the actual headings), ensuring any internal links or "related"
frontmatter keys now reference the current anchors used by the headings to
prevent broken links.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 57fe59fb-5c57-4d4b-8bb6-1db6edeb2331

📥 Commits

Reviewing files that changed from the base of the PR and between 910e138 and 2eda663.

📒 Files selected for processing (3)
  • src/components/EditButton.jsx
  • src/components/navcards.jsx
  • src/pages/docs/test-management/imports-and-exports/csv-file.md

Comment on lines +71 to +93
## **Prepare and Import**

After uploading a CSV file, follow these steps to prepare for import:
1. After uploading the CSV file, the **Uploaded File Preview** section opens.

1. Click **Select a Folder** and select a destination folder for the test cases on **Add Folder Location** overlay.
2. Verify the file content and click **Next**.

2. Click the **Separator** dropdown and select the correct delimiter based on your CSV file format.
3. In the **Map Properties and Values** section, you will see two panels:
- **Map Properties** to map CSV columns
- **Test Case Preview** to validate mapped data

3. Click the **First Row** dropdown and define the starting row for import.
4. Atto automatically maps CSV columns to the corresponding fields in Test Management by Testsigma.

4. Click the **File Encoding** dropdown and select the appropriate encoding format to ensure correct data.
5. Review the mapped fields. If any fields are missing or incorrectly mapped, update them manually.

5. Click **Next** to map the CSV columns to test case attributes.
6. Verify the mapped data in the **Test Case Preview** section.

7. Click **Begin Import** to start importing the test cases.

8. The system creates an import log in the **Imports** section to track progress and results.

---

## **Mapping Properties and Values**
## **View Import Results**

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

Update contextual link anchors to match renamed sections.

Line 71 and Line 93 renamed the headings, but frontmatter still points to old anchors. This will produce broken contextual links.

[suggested fix]

Patch the frontmatter links
   - type: link
-    name: 'Prepare for Import'
-    url: '#prepare-for-import'
+    name: 'Prepare and Import'
+    url: '#prepare-and-import'
   - type: link
-    name: 'Mapping Properties and Values'
-    url: '#mapping-properties-and-values'
+    name: 'View Import Results'
+    url: '#view-import-results'
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@src/pages/docs/test-management/imports-and-exports/csv-file.md` around lines
71 - 93, The frontmatter contains contextual links that point to old section
anchors which were renamed; open the file's frontmatter and update any anchor
targets that reference the "Prepare and Import" and "View Import Results"
sections to match the new heading slugs (use the markdown/kebab-case anchor form
that matches the actual headings), ensuring any internal links or "related"
frontmatter keys now reference the current anchors used by the headings to
prevent broken links.

@bharathk08 bharathk08 merged commit 0176116 into main Apr 2, 2026
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.

3 participants