You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
40
40
41
-
## Pre-requisites For Test Case Insights:
41
+
## Pre-requisites For Insights:
42
42
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.
45
45
46
46
## 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.
## Capture the Test Case Insights for HyperExecute
52
55
53
56
### Capture by WebHook
54
57
@@ -63,7 +66,7 @@ driver.executeScript(`lambda-testCase-end=${Name of test case}`)
63
66
64
67
```
65
68
66
-
### Capture by NPM Package
69
+
### Capture by NPM Package for WebdriverIO
67
70
68
71
You can capture the testcase 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)
0 commit comments