Skip to content

Commit 1e9fe2e

Browse files
chore: Update test case insights documentation for HyperExecute and App Automation
1 parent e0eae67 commit 1e9fe2e

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

docs/analytics-test-case-insights.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,20 @@ slug: analytics-test-case-insights/
3838

3939
Analyzing the test case level insights of your test automation execution on LambdaTest is now easier than ever with the `Test Case Insights` module. The user can easily find information about the count, and type of the test cases through the highly customizable widgets.
4040

41-
## Pre-requisites For Test Case Insights:
41+
## Pre-requisites For Insights:
4242
1. You should have an active LambdaTest account.
43-
2. You should han active subscription plan with HyperExecute.
44-
3. You should have executed at least one test on the LambdaTest HyperExecute platform.
43+
2. You should han active subscription plan with HyperExecute or App Automation.
44+
3. You should have executed at least one test on the LambdaTest HyperExecute / App Automation platform.
4545

4646
## How To Access Test Case Insights?
47-
Go to the `Analytics` tab on the left navigation bar and click on the `Test Case Insights` module. Select the `Test Overview` module from the menu.Add the widgets to the dashboard by clicking on the `Add Widget` button.
47+
1. Go to the `Insights` tab on the left navigation bar and click on the `Create New`.
48+
2. Select the `Custom Dashboard` option from the menu.
49+
3. Now, search for `Test Case` widgets in the `App Automation & HyperExecute` products.
50+
4. Add the widgets to the dashboard by clicking on the `Add Widget` button.
4851

49-
<img loading="lazy" src={require('../assets/images/analytics/test-case-widgets-dashboard.webp').default} alt="cmd" width="800" height="400" className="doc_img"/>
52+
<!-- <img loading="lazy" src={require('../assets/images/analytics/test-case-widgets-dashboard.webp').default} alt="cmd" width="800" height="400" className="doc_img"/> -->
5053

51-
## Capture the Test Case Insights
54+
## Capture the Test Case Insights for HyperExecute
5255

5356
### Capture by WebHook
5457

@@ -63,7 +66,7 @@ driver.executeScript(`lambda-testCase-end=${Name of test case}`)
6366

6467
```
6568
66-
### Capture by NPM Package
69+
### Capture by NPM Package for WebdriverIO
6770
6871
You can capture the test case insights by using the NPM Package. You need to add the following `NPM Package` in your test script. Here is the link to the NPM package: [wdio-lambdatest-test-case-analytics-service](https://www.npmjs.com/package/wdio-lambdatest-test-case-analytics-service)
6972

0 commit comments

Comments
 (0)