Skip to content

Commit 13a85b6

Browse files
authored
Merge pull request LambdaTest#1634 from srivishnua-lambdatest/stage
Updated sidebar labels and descriptions across multiple analytics doc…
2 parents 057765e + eeed4bc commit 13a85b6

7 files changed

+298
-279
lines changed

docs/analytics-build-comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: analytics-build-comparison
33
title: Compare your builds and analyze the results with Insights
4-
sidebar_label: Builds Comparison
4+
sidebar_label: Builds Insights
55
description: Analytics - Builds Comparison for analyzing the past results with the latest test runs
66
keywords:
77
- analytics

docs/analytics-dashboard-copilot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: analytics-dashboard-copilot
33
title: Analytics Dashboard AI CoPilot
4-
sidebar_label: Dashboard AI CoPilot
4+
sidebar_label: CoPilot - AI
55
description: Analytics - Dashboard CoPilot to analyze your data and get insights faster then ever
66
keywords:
77
- analytics

docs/analytics-modules-flaky-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: analytics-modules-test-intelligence-flaky-test-analytics
33
title: Flaky Test Analytics with Test Intelligence
4-
sidebar_label: Flaky Tests AI - Analytics
4+
sidebar_label: Flaky Tests Insights
55
description: Analyze your flaky tests with Test Intelligence and get insights on the flaky tests that are causing your test runs to fail.
66
keywords:
77
- analytics

docs/analytics-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import NewTag from '../src/component/newTag';
4040

4141
:::note Explore AI Dashboard CoPilot
4242

43-
We have recently launched an AI Dashboard CoPilot <NewTag value="BETA" bgColor="#ffec02" color="#000" /> feature that provides intelligent recommendations, insights, and predictions tailored to your specific data.
43+
We have recently launched an AI Dashboard CoPilot feature that provides intelligent recommendations, insights, and predictions tailored to your specific data.
4444

4545
To know more about this feature, refer to the [AI Dashboard CoPilot](/docs/analytics-dashboard-copilot/) documentation.
4646

@@ -93,19 +93,19 @@ Insights effectively allows these managers to track and improve the tests at one
9393
</a>
9494
<a href="/support/docs/analytics-modules-test-intelligence-flaky-test-analytics/">
9595
<div className="support_inners">
96-
<h3>Flaky Tests AI &nbsp; <NewTag value="BETA" bgColor="#ffec02" color="#000" /></h3>
96+
<h3>Flaky Tests AI</h3>
9797
<p>Monitor all the Flaky tests run on the platform and review the quality of the feature on your SMOKE and Regression Jobs.</p>
9898
</div>
9999
</a>
100100
<a href="/support/docs/analytics-test-case-insights/">
101101
<div className="support_inners">
102-
<h3>Test Case Insights &nbsp; <NewTag value="BETA" bgColor="#ffec02" color="#000" /></h3>
102+
<h3>Test Case Insights</h3>
103103
<p>Get insights for `describe()` block level for your test frameworks in HyperExecute. Monitor the quality metrics at each test case.</p>
104104
</div>
105105
</a>
106106
<a href="/support/docs/analytics-allure-api-widgets/">
107107
<div className="support_inners">
108-
<h3>API Test Insights &nbsp; <NewTag value="BETA" bgColor="#ffec02" color="#000" /></h3>
108+
<h3>API Test Insights</h3>
109109
<p>Get API test time-series insights using Allure report integration with your test suite and run it on HyperExecute.</p>
110110
</div>
111111
</a>

docs/analytics-test-failure-classification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: analytics-test-failure-classification
33
title: Failure Categorization AI - Test Intelligence
4-
sidebar_label: Failure Categorization AI
4+
sidebar_label: Failure Categorization
55
description: LambdaTest Analytics uses Failure Categorization AI to classify test failures into different categories. This helps in identifying the root cause of failures and improving test automation efficiency.
66
keywords:
77
- analytics

docs/analytics-widgets.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Analytics in LambdaTest allows the QA managers and executives to efficiently tra
4343

4444
:::note Explore AI Dashboard CoPilot
4545

46-
We have recently launched an AI Dashboard CoPilot <NewTag value="BETA" bgColor="#ffec02" color="#000" /> feature that provides intelligent recommendations, insights, and predictions tailored to your specific data.
46+
We have recently launched an AI Dashboard CoPilot feature that provides intelligent recommendations, insights, and predictions tailored to your specific data.
4747

4848
To know more about this feature, refer to the [AI Dashboard CoPilot](/docs/analytics-dashboard-copilot/) documentation.
4949

@@ -70,19 +70,19 @@ To know more about this feature, refer to the [AI Dashboard CoPilot](/docs/analy
7070
</a>
7171
<a href="/support/docs/analytics-modules-test-intelligence-flaky-test-analytics/">
7272
<div className="support_inners">
73-
<h3>Flaky Tests AI &nbsp; <NewTag value="BETA" bgColor="#ffec02" color="#000" /></h3>
73+
<h3>Flaky Tests AI</h3>
7474
<p>Monitor all the Flaky tests run on the platform and review the quality of the feature on your SMOKE and Regression Jobs.</p>
7575
</div>
7676
</a>
7777
<a href="/support/docs/analytics-test-case-insights/">
7878
<div className="support_inners">
79-
<h3>Test Case Insights &nbsp; <NewTag value="BETA" bgColor="#ffec02" color="#000" /></h3>
79+
<h3>Test Case Insights</h3>
8080
<p>Get insights for `describe()` block level for your test frameworks in HyperExecute. Monitor the quality metrics at each test case.</p>
8181
</div>
8282
</a>
8383
<a href="/support/docs/analytics-allure-api-widgets/">
8484
<div className="support_inners">
85-
<h3>API Test Insights &nbsp; <NewTag value="BETA" bgColor="#ffec02" color="#000" /></h3>
85+
<h3>API Test Insights</h3>
8686
<p>Get API test time-series insights using Allure report integration with your test suite and run it on HyperExecute.</p>
8787
</div>
8888
</a>

0 commit comments

Comments
 (0)