Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 11 additions & 20 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -1201,15 +1201,15 @@ module.exports = {
{
type: "doc",
label: "Getting Started",
id: "getting-started-with-agent-to-agent-testing",
id: "getting-started-with-agent-to-agent-testing",

},
{
type: "doc",
label: "Test Your First AI Agent",
id: "testing-your-first-ai-agent",
}
}


],
],
Expand Down Expand Up @@ -2042,7 +2042,7 @@ module.exports = {
type: "category",
collapsed: true,
label: "Import Test Cases",
items: [ "csv-import", "one-click-migration-from-testrail" ],
items: ["csv-import", "one-click-migration-from-testrail"],
},
"generate-test-cases-with-ai",
// "create-manage-test-cases",
Expand Down Expand Up @@ -2072,7 +2072,7 @@ module.exports = {
collapsed: true,
label: "Test Runs",
items: [
"test-run-creation-and-management",
"test-run-creation-and-management",
"test-instance-audit-logs"
],
},
Expand All @@ -2086,7 +2086,7 @@ module.exports = {
collapsed: true,
label: "Insights & Reports",
items: [
"insights-dashboard",
"insights-dashboard",
"tms-reports"
],
},
Expand Down Expand Up @@ -2377,7 +2377,6 @@ module.exports = {
label: "Organize Tests",
items: [
"command-annotations",
"build-split",
"selenium-add-test-meta-data",
],
},
Expand Down Expand Up @@ -2413,6 +2412,8 @@ module.exports = {
"upload-files-using-lambdatest",
"setup-pre-run-executable",
"har-log-viewer",
"upload-files-using-lambdatest",
"build-split",
],
},
],
Expand All @@ -2433,16 +2434,6 @@ module.exports = {
"performance-tips",
],
},
{
type: "category",
collapsed: true,
label: "Advanced Features",
items: [
"upload-files-using-lambdatest",
"setup-pre-run-executable",
"build-split",
],
},
{
type: "category",
collapsed: true,
Expand Down Expand Up @@ -3131,7 +3122,7 @@ module.exports = {
label: "Visual AI Agent",
id: "smartui-visual-ai",
},
{
{
type: "doc",
label: "Visual Test Creation with KaneAI",
id: "kaneai-smartui-visual-testing",
Expand All @@ -3141,7 +3132,7 @@ module.exports = {
label: "Visual Test with Katalon",
id: "smartui-katalon-plugin",
},

{
type: "category",
collapsed: false,
Expand Down Expand Up @@ -3983,7 +3974,7 @@ module.exports = {
},
],
],

ConcurrencyWidgetSidebar: [
{
type: "link",
Expand Down
Loading