Skip to content

Commit 1dbd9f6

Browse files
committed
updated the sidebar structure for Smart UI
1 parent fe4bbd2 commit 1dbd9f6

File tree

1 file changed

+156
-159
lines changed

1 file changed

+156
-159
lines changed

sidebars.js

Lines changed: 156 additions & 159 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
11
module.exports = {
2-
apiSidebar: [
3-
"getting-started-with-hyperexecute",
4-
"getting-started-with-kane-ai",
5-
"smart-visual-regression-testing",
6-
"analytics-overview",
7-
"test-intelligence-overview",
8-
"capability-map",
9-
"visual-ui-testing",
10-
"lt-browser",
11-
"testing-locally-hosted-pages",
12-
"bug-tracking-tools",
13-
"settings-and-security",
14-
],
152

163
HyperExecuteSidebar: [
174
{
@@ -2666,7 +2653,7 @@ module.exports = {
26662653
},
26672654
],
26682655
],
2669-
2656+
26702657
VisualRegressionTestingSidebar: [
26712658
{
26722659
type: "link",
@@ -2677,206 +2664,216 @@ module.exports = {
26772664
},
26782665
},
26792666
[
2680-
{
2681-
type: "doc",
2682-
label: "Visual Regression",
2683-
id: "smart-visual-regression-testing",
2684-
},
26852667
{
26862668
type: "category",
2687-
collapsed: true,
2688-
label: "Component Testing",
2669+
collapsed: false,
2670+
label: "Getting Started",
26892671
items: [
2690-
{
2691-
type: "doc",
2692-
label: "CLI-Storybook",
2693-
id: "smart-ui-storybook",
2694-
},
2695-
{
2696-
type: "doc",
2697-
label: "Branching Strategy",
2698-
id: "smartui-git-branching-strategy",
2699-
},
2700-
],
2701-
},
2702-
2703-
{
2704-
type: "doc",
2705-
label: "Setup with CLI",
2706-
id: "smartui-cli",
2707-
},
2708-
{
2709-
type: "doc",
2710-
label: "Setup with Figma CLI",
2711-
id: "smartui-cli-figma",
2672+
"smart-visual-regression-testing",
2673+
]
27122674
},
27132675
{
27142676
type: "category",
27152677
collapsed: true,
2716-
label: "Bring your Own Screenshots",
2678+
label: "Core Concepts",
27172679
items: [
2718-
{
2719-
type: "doc",
2720-
label: "Upload through CLI",
2721-
id: "smartui-cli-upload",
2722-
},
2723-
{
2724-
type: "doc",
2725-
label: "Upload through API",
2726-
id: "smartui-upload-api-v2",
2727-
},
2728-
],
2680+
"smartui-cli-git-branching-strategy",
2681+
"smartui-cli-env-variables",
2682+
]
27292683
},
27302684
{
27312685
type: "category",
27322686
collapsed: true,
2733-
label: "SDK",
2687+
label: "CLI Setup and Configurations",
27342688
items: [
2735-
// "smartui-selenium-js-sdk",
2736-
// "selenium-visual-regression"
2689+
"smartui-cli",
2690+
"smartui-cli-figma",
27372691
{
27382692
type: "category",
2739-
label: "Selenium",
27402693
collapsed: true,
2741-
// id: "smart-visual-regression-testing",
2694+
label: "Bring your Own Screenshots",
27422695
items: [
27432696
{
27442697
type: "doc",
2745-
label: "Javascript",
2746-
id: "smartui-selenium-js-sdk",
2698+
label: "Upload through CLI",
2699+
id: "smartui-cli-upload",
27472700
},
27482701
{
27492702
type: "doc",
2750-
label: "Java",
2751-
id: "smartui-selenium-java-sdk",
2752-
},
2753-
{
2754-
type: "doc",
2755-
label: "Python",
2756-
id: "smartui-selenium-python-sdk",
2757-
},
2758-
{
2759-
type: "doc",
2760-
label: "Ruby",
2761-
id: "smartui-selenium-ruby-sdk",
2762-
},
2763-
{
2764-
type: "doc",
2765-
label: "C#",
2766-
id: "smartui-selenium-csharp-sdk",
2703+
label: "Upload through API",
2704+
id: "smartui-upload-api-v2",
27672705
},
27682706
],
27692707
},
27702708
{
27712709
type: "category",
2772-
label: "Playwright",
27732710
collapsed: true,
2774-
// id: "smart-visual-regression-testing",
2711+
label: "Component Testing",
27752712
items: [
2776-
{
2777-
type: "doc",
2778-
label: "Javascript",
2779-
id: "smartui-playwright-sdk",
2780-
},
2781-
{
2782-
type: "doc",
2783-
label: "Java",
2784-
id: "smartui-playwright-python-sdk",
2785-
},
2786-
],
2713+
"smart-ui-storybook",
2714+
"smartui-git-branching-strategy"
2715+
]
27872716
},
2788-
"smartui-puppeteer-sdk",
2789-
"smartui-testcafe-sdk",
2790-
"smartui-cypress-sdk",
2791-
"smartui-appium-sdk",
2792-
"smartui-wdio-sdk",
27932717
"smartui-sdk-config-options",
2794-
"smartui-cli-git-branching-strategy",
2795-
"smartui-cli-env-variables",
2796-
"smartui-cli-responsive-dom",
2797-
"smartui-sdk-fetch-results",
27982718
{
27992719
type: "category",
28002720
collapsed: true,
2801-
label: "Stabilize Your Screenshots",
2721+
label: "Languages and Frameworks",
28022722
items: [
2803-
"smartui-freeze-animations",
2804-
"smartui-handle-dynamic-data",
2805-
"smartui-handle-videos",
2806-
"smartui-handle-lazy-loading",
2807-
"smartui-handle-sticky-elements"
2723+
{
2724+
type: "category",
2725+
collapsed: true,
2726+
label: "SDK",
2727+
items: [
2728+
{
2729+
type: "category",
2730+
label: "Selenium",
2731+
collapsed: true,
2732+
items: [
2733+
{
2734+
type: "doc",
2735+
label: "Javascript",
2736+
id: "smartui-selenium-js-sdk",
2737+
},
2738+
{
2739+
type: "doc",
2740+
label: "Java",
2741+
id: "smartui-selenium-java-sdk",
2742+
},
2743+
{
2744+
type: "doc",
2745+
label: "Python",
2746+
id: "smartui-selenium-python-sdk",
2747+
},
2748+
{
2749+
type: "doc",
2750+
label: "Ruby",
2751+
id: "smartui-selenium-ruby-sdk",
2752+
},
2753+
{
2754+
type: "doc",
2755+
label: "C#",
2756+
id: "smartui-selenium-csharp-sdk",
2757+
},
2758+
],
2759+
},
2760+
{
2761+
type: "category",
2762+
label: "Playwright",
2763+
collapsed: true,
2764+
// id: "smart-visual-regression-testing",
2765+
items: [
2766+
{
2767+
type: "doc",
2768+
label: "Javascript",
2769+
id: "smartui-playwright-sdk",
2770+
},
2771+
{
2772+
type: "doc",
2773+
label: "Java",
2774+
id: "smartui-playwright-python-sdk",
2775+
},
2776+
],
2777+
},
2778+
"smartui-puppeteer-sdk",
2779+
"smartui-testcafe-sdk",
2780+
"smartui-cypress-sdk",
2781+
"smartui-appium-sdk",
2782+
"smartui-wdio-sdk",
2783+
]
2784+
},
2785+
{
2786+
type: "category",
2787+
collapsed: true,
2788+
label: "Visual Testing Features",
2789+
items: [
2790+
{
2791+
type: "category",
2792+
collapsed: true,
2793+
label: "Stabilize Your Screenshots",
2794+
items: [
2795+
"smartui-freeze-animations",
2796+
"smartui-handle-dynamic-data",
2797+
"smartui-handle-videos",
2798+
"smartui-handle-lazy-loading",
2799+
"smartui-handle-sticky-elements"
2800+
]
2801+
},
2802+
"smartui-cli-responsive-dom",
2803+
]
2804+
},
2805+
"smartui-sdk-fetch-results",
28082806
]
28092807
},
2810-
],
2808+
]
28112809
},
28122810
{
28132811
type: "category",
28142812
collapsed: true,
2815-
label: "LambdaTest Hooks",
2816-
items: [
2817-
// "smartui-selenium-js-sdk",
2818-
// "selenium-visual-regression"
2819-
2820-
"selenium-visual-regression",
2821-
"smart-ui-cypress",
2822-
"playwright-visual-regression",
2823-
"puppeteer-visual-regression",
2824-
"smartui-k6-setup",
2825-
"appium-visual-regression",
2826-
"espresso-visual-regression",
2827-
"html-dom-smartui-options",
2828-
"smart-ui-build-options",
2829-
"test-settings-options",
2830-
],
2831-
},
2832-
{
2833-
type: "category",
2834-
collapsed: false,
2835-
label: "Difference Options",
2836-
items: [
2837-
"smartui-smartignore",
2838-
],
2813+
label: "Difference Option",
2814+
items: ["smartui-smartignore"]
28392815
},
28402816
{
28412817
type: "category",
28422818
collapsed: true,
2843-
label: "Integrate with CI/CD tools",
2819+
label: "Project Management",
28442820
items: [
2845-
"smartui-with-github-actions",
2846-
"smartui-with-gitlab",
2847-
"smartui-with-bitbucket",
2848-
"smartui-with-semaphore",
2849-
"smartui-with-azure",
2850-
"smartui-with-buildkite",
2851-
"smartui-with-circle-ci",
2852-
"smartui-with-travis-ci"
2853-
],
2821+
"smartui-project-settings",
2822+
"smartui-draw-on-ui",
2823+
"test-settings-options",
2824+
"html-dom-smartui-options",
2825+
"smart-ui-build-options",
2826+
]
28542827
},
28552828
{
28562829
type: "doc",
28572830
label: "Smart PDF Comparison",
28582831
id: "smartui-pdf-comparison",
28592832
},
28602833
{
2861-
type: "doc",
2862-
label: "Project Settings",
2863-
id: "smartui-project-settings",
2864-
},
2865-
2866-
{
2867-
type: "doc",
2868-
label: "Ignore or Select Annotated Regions",
2869-
id: "smartui-draw-on-ui",
2870-
},
2871-
{
2872-
type: "doc",
2873-
label: "Github App Integration",
2874-
id: "smartui-github-app-integration",
2834+
type: "category",
2835+
collapsed: true,
2836+
label: "Lambda Hooks",
2837+
items: [
2838+
"selenium-visual-regression",
2839+
"smart-ui-cypress",
2840+
"playwright-visual-regression",
2841+
"puppeteer-visual-regression",
2842+
"smartui-k6-setup",
2843+
"appium-visual-regression",
2844+
"espresso-visual-regression",
2845+
]
28752846
},
28762847
{
2877-
type: "doc",
2878-
label: "Slack Integration",
2879-
id: "smartui-slack-integration",
2848+
type: "category",
2849+
collapsed: true,
2850+
label: "Integrations with SmartUI",
2851+
items: [
2852+
"smartui-slack-integration",
2853+
{
2854+
type: "category",
2855+
collapsed: true,
2856+
label: "Integrate with CI/CD tools",
2857+
items: [
2858+
"smartui-with-github-actions",
2859+
"smartui-with-gitlab",
2860+
"smartui-with-bitbucket",
2861+
"smartui-with-semaphore",
2862+
"smartui-with-azure",
2863+
"smartui-with-buildkite",
2864+
"smartui-with-circle-ci",
2865+
"smartui-with-travis-ci"
2866+
],
2867+
},
2868+
{
2869+
type: "category",
2870+
collapsed: true,
2871+
label: "Trigger Visual Tests from CI/CD tools",
2872+
items: [
2873+
"smartui-github-app-integration",
2874+
],
2875+
},
2876+
]
28802877
},
28812878
],
28822879
],

0 commit comments

Comments
 (0)