@@ -56,7 +56,12 @@ Before diving into specific issues, run through this quick checklist:
5656- [ ] Credentials (for Hooks) are set correctly (` LT_USERNAME ` , ` LT_ACCESS_KEY ` )
5757- [ ] Project name matches exactly (case-sensitive)
5858
59- ## Authentication & Project Setup Issues
59+ ---
60+
61+ ## Troubleshooting by Category
62+
63+ <Tabs className =" docs__val " groupId =" troubleshooting-category " >
64+ <TabItem value =" authentication " label =" Authentication & Setup " default >
6065
6166### Issue: Screenshots Not Appearing in Dashboard
6267
@@ -254,9 +259,9 @@ Before diving into specific issues, run through this quick checklist:
254259
255260** Related Documentation** : [ Selenium Visual Regression] ( /support/docs/selenium-visual-regression ) , [ Playwright Visual Regression] ( /support/docs/playwright-visual-regression )
256261
257- ---
262+ </ TabItem >
258263
259- ## Screenshot & Content Issues
264+ < TabItem value = " screenshot " label = " Screenshot & Content " >
260265
261266### Issue: Screenshots Show Blank or Incorrect Content
262267
@@ -429,9 +434,9 @@ Before diving into specific issues, run through this quick checklist:
429434
430435** Related Documentation** : [ Handling Dynamic Data] ( /support/docs/smartui-handle-dynamic-data ) , [ Project Settings] ( /support/docs/smartui-project-settings ) , [ Smart Ignore] ( /support/docs/smartui-smartignore )
431436
432- ---
437+ </ TabItem >
433438
434- ## Build & Execution Issues
439+ < TabItem value = " build " label = " Build & Execution " >
435440
436441### Issue: Build Execution Fails
437442
@@ -564,9 +569,9 @@ Before diving into specific issues, run through this quick checklist:
564569
565570** Related Documentation** : [ SDK Documentation] ( /support/docs/smartui-selenium-java-sdk ) , [ CLI Documentation] ( /support/docs/smartui-cli )
566571
567- ---
572+ </ TabItem >
568573
569- ## CI/CD Integration Issues
574+ < TabItem value = " cicd " label = " CI/CD Integration " >
570575
571576### Issue: Pipeline/Workflow Fails with "Secret/Variable Not Found"
572577
@@ -662,9 +667,9 @@ Before diving into specific issues, run through this quick checklist:
662667
663668**Related Documentation**: [CI/CD Integration Guides](/support/docs/smartui-with-github-actions)
664669
665- ---
670+ </TabItem>
666671
667- # # Configuration Issues
672+ <TabItem value="configuration" label="Configuration">
668673
669674# ## Issue: Configuration File Errors
670675
@@ -702,9 +707,9 @@ Before diving into specific issues, run through this quick checklist:
702707
703708**Related Documentation**: [Configuration Options](/support/docs/smartui-sdk-config-options), [Custom CSS](/support/docs/smartui-custom-css)
704709
705- ---
710+ </TabItem>
706711
707- # # Advanced Issues
712+ <TabItem value="advanced" label=" Advanced Issues">
708713
709714# ## Issue: Proxy Configuration Not Working
710715
@@ -773,6 +778,10 @@ Before diving into specific issues, run through this quick checklist:
773778
774779**Related Documentation**: [Tunnel Documentation](/support/docs/testing-locally-hosted-pages), [SDK Tunnel](/support/docs/smartui-sdk-tunnel)
775780
781+ </TabItem>
782+
783+ </Tabs>
784+
776785---
777786
778787# # Getting Additional Help
@@ -808,4 +817,3 @@ If you encounter issues not covered in this guide:
808817- [Baseline Management](/support/docs/smartui-baseline-management)
809818- [Running Your First Project](/support/docs/smartui-running-your-first-project)
810819- [CLI Documentation](/support/docs/smartui-cli)
811-
0 commit comments