Skip to content

Commit 91f6676

Browse files
authored
Merge pull request #687 from Ishavyas9/main
feat: Add Groups Insights documentation
2 parents fd79976 + 3f6f45e commit 91f6676

File tree

3 files changed

+232
-198
lines changed

3 files changed

+232
-198
lines changed
44.9 KB
Binary file not shown.

docs/analytics-modules-groups.md

+63
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
id: analytics-modules-groups
3+
title: Usage insights for Groups
4+
sidebar_label: Groups Insights
5+
description: Explore LambdaTest's powerful Analytics Modules for comprehensive test intelligence and groups insights. Elevate your testing efficiency today.
6+
keywords:
7+
- analytics
8+
- groups
9+
- insights
10+
- usage
11+
- test intelligence
12+
url: https://www.lambdatest.com/support/docs/analytics-modules-groups/
13+
site_name: LambdaTest
14+
slug: analytics-modules-groups/
15+
---
16+
17+
import NewTag from '../src/component/newTag';
18+
19+
20+
<script type="application/ld+json"
21+
dangerouslySetInnerHTML={{ __html: JSON.stringify({
22+
"@context": "https://schema.org",
23+
"@type": "BreadcrumbList",
24+
"itemListElement": [{
25+
"@type": "ListItem",
26+
"position": 1,
27+
"name": "Home",
28+
"item": "https://www.lambdatest.com"
29+
},{
30+
"@type": "ListItem",
31+
"position": 2,
32+
"name": "Support",
33+
"item": "https://www.lambdatest.com/support/docs/"
34+
},{
35+
"@type": "ListItem",
36+
"position": 3,
37+
"name": "Test Overview",
38+
"item": "https://www.lambdatest.com/support/docs/analytics-modules-flaky-test/"
39+
}]
40+
})
41+
}}
42+
></script>
43+
44+
45+
### Introduction to Groups Insights
46+
47+
LambdaTest Analytics Modules provide comprehensive insights into your test groups, helping you understand the performance of your test groups and the distribution of your test cases across different groups. This helps you identify the test groups that are performing well and the ones that need improvement. You can also track the execution time of your test groups and the number of test cases executed in each group.
48+
49+
### Usage by Groups
50+
51+
<img loading="lazy" src={require('../assets/images/analytics/atx-usage-by-groups.webp').default} alt="cmd" width="800" height="400" className="doc_img"/>
52+
53+
The Usage by Groups widget provides insights into the performance of your test groups. You can this widget to your dashbaord and apply required filters to view the performance of your test groups. The widget displays the following information:
54+
55+
* **Group Name**: The name of the test group.
56+
* **Total Test Cases**: The total number of test cases in the group.
57+
* **Total Hours of Usage**: The total number of test hours executed in the group.
58+
59+
60+
61+
## Support and Assistance
62+
63+
In case you need any assistance, reach out to our experts at [email](mailto:[email protected]) or you can connect with our 24/7 chat support. We will be happy to help you!

0 commit comments

Comments
 (0)