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
import VideoEmbed from '../src/component/videoEmbed';
41
-
42
-
43
-
## Understanding The Allure Test Insights Widget
44
-
45
38
The `Allure Test Insights` module helps you to get an overview of the test execution results using the Allure. This widget provides insights into the test execution results, test status, and test duration.
import VideoEmbed from '../src/component/videoEmbed';
39
-
40
-
41
-
### Using Custom Dashboards
37
+
## Using Custom Dashboards
42
38
43
39
Add widgets of multiple products and various insights to your dashboard. You can create a custom dashboard with the widgets of your choice. You can add widgets of the same type multiple times and also edit the layout of the dashboard according to your configuration.
@@ -96,24 +89,3 @@ You can add more widgets of the same type to your dashboard multiple times and a
96
89
97
90
* Share the Dashboard with a public or a private link with your team - [Read More](/docs/analytics-dashboard-features/#expiry-settings-for-dashboard-share-link)
98
91
* Exporting the Dashboard as a PDF - [Read More](/docs/analytics-dashboard-features/#export-dashboard-as-pdf)
import VideoEmbed from '../src/component/videoEmbed';
41
-
42
-
# Getting Started with AI CoPilot Dashboard <NewTagvalue="BETA"bgColor="#ffec02"color="#000" />
38
+
# Getting Started with AI CoPilot Dashboard <NewTagvalue="BETA"bgColor="#ffec02"color="#000" />
43
39
44
40
The AI CoPilot Dashboard is an innovative feature designed to revolutionize the way you analyze and gain insights from your data. By leveraging the power of artificial intelligence, the dashboard provides intelligent recommendations, insights, and predictions tailored to your specific data, enabling you to make data-driven decisions faster than ever before.
import VideoEmbed from '../src/component/videoEmbed';
47
-
48
-
# Custom Widgets in LambdaTest Analytics Dashboards
49
-
50
44
Custom widgets <NewTagvalue="BETA"bgColor="#ffec02"color="#000" /> in LambdaTest Analytics Dashboards allow you to create personalized visualizations of your test data. This feature enables you to gain insights into your testing process and make data-driven decisions.
title="Exploring Custom Widgets for Dashboards in Lambdatest Insights"
55
-
/>
46
+
<iframewidth="800"height="450"src="https://www.youtube.com/embed/DEY1hhEme6Q?si=hBN9X2hK-QHvgHIA"title="Exploring Custom Widgets for Dashboards in Lambdatest Insights"frameborder="0"allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"referrerpolicy="strict-origin-when-cross-origin"allowfullscreen></iframe>
56
47
57
48
## Creating Custom Widgets
58
49
@@ -71,8 +62,6 @@ To create a custom widget, follow these steps:
71
62
8.**Provide the Dashboard Name** and click on the Create Dashboard button to save your custom widget.
72
63
9.**Once created, you can drag and drop the widget** to rearrange its position on the dashboard or add more widgets.
73
64
74
-
75
-
76
65
## Features of Custom Widgets
77
66
78
67
### Supported Products
@@ -127,7 +116,5 @@ Custom widgets can be used for various purposes, including:
127
116
-**Sharing Insights with Stakeholders**: Use custom widgets to create dashboards that can be shared with stakeholders, providing them with insights into the testing process and results.
128
117
-**Creating Reports**: Use custom widgets to create reports that can be shared with stakeholders, providing them with insights into the testing process and results.
129
118
130
-
## Support
131
-
132
-
If you have any questions or need assistance with creating custom widgets, please reach out to our support team at [[email protected]](mailto:[email protected]) or visit our [Support Center](https://www.lambdatest.com/support/).
119
+
> If you have any questions or need assistance with creating custom widgets, please reach out to our support team at [[email protected]](mailto:[email protected]) or visit our [Support Center](https://www.lambdatest.com/support/).
The best way to analyze your flaky tests is to use Test Intelligence. Test Intelligence is a machine learning-based algorithm that helps you identify flaky tests and get insights on the flaky tests that are causing your test runs to fail. By observing the historical test runs, Test Intelligence can identify the flaky tests and provide you with the insights to help you fix them.
38
37
38
+
<iframewidth="800"height="450"src="https://www.youtube.com/embed/h_A4KRo2V8Q?si=k_acrR-06_FO0N7q"title="YouTube video player"frameborder="0"allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"referrerpolicy="strict-origin-when-cross-origin"allowfullscreen></iframe>
39
+
39
40
## Flakiness Trends
40
41
The Flakiness Trends widget allows the QA teams to analyze the trends of the flaky tests executed on the platform categorized into Passed, Failed, and Flaky which can easily be filtered with the legends added at the top of the graph.
import VideoEmbed from '../src/component/videoEmbed';
44
-
45
-
46
-
# Failure Categorization AI - Test Intelligence
47
-
48
42
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. The AI model analyzes the test execution data and categorizes the failures based on various parameters such as environment, browser, OS, and failure type. This allows you to focus on the most critical issues and prioritize your testing efforts.
49
43
44
+
<iframewidth="800"height="450"src="https://www.youtube.com/embed/fq78e4cjYuM?si=Pro4bEdFPzsYt5mE"title="YouTube video player"frameborder="0"allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"referrerpolicy="strict-origin-when-cross-origin"allowfullscreen></iframe>
import VideoEmbed from '../src/component/videoEmbed';
41
-
42
39
## About Regex Mode
43
40
44
41
Our analytics platform now supports regular expressions (Regex) for advanced text searching, pattern matching, and data extraction. This feature enhances your ability to filter and analyze data with greater precision and flexibility.
By default, parallel tasks in autosplit or matrix mode begin execution as soon as the VM is allocated. However, in certain situations (e.g., benchmarking or comparative analysis), you may want all VMs to start tasks at the same time.
1730
+
1731
+
To support this, HyperExecute provides the `syncStart` directive in the job YAML.
1732
+
1733
+
```yaml
1734
+
execution:
1735
+
syncStart: true
1736
+
```
1737
+
1738
+
- When `syncStart` is enabled, the job ensures that all VMs are allocated and ready before starting scenario execution i.e. tests.
1739
+
- The system waits for up to 15 minutes for all required VMs to become available.
1740
+
- If all VMs are allocated within this window → tasks start together.
1741
+
- If some VMs are still pending after 15 minutes → the job proceeds with the allocated VMs.
1742
+
1743
+
> This feature is supported only in [`autosplit`](/support/docs/deep-dive-into-hyperexecute-yaml/#autosplit) and [`matrix`](/support/docs/deep-dive-into-hyperexecute-yaml/#matrix) mode and not in hybrid mode
Copy file name to clipboardExpand all lines: docs/getting-started-with-kane-ai.md
+72-15Lines changed: 72 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
---
2
2
id: getting-started-with-kane-ai
3
-
title: Getting started with KaneAI
3
+
title: Introduction to KaneAI
4
4
hide_title: false
5
-
sidebar_label: Getting Started
5
+
sidebar_label: Introduction to KaneAI
6
6
description: World's first GenAI-Native testing assistant that simplifies end-to-end automation testing for web, mobile, and cloud apps, using natural language.
@@ -42,20 +41,78 @@ import VideoEmbed from '../src/component/videoEmbed';
42
41
})
43
42
}}
44
43
></script>
45
-
KaneAI by LambdaTest is a GenAI-Native Test Agent designed to help teams plan, author, and evolve tests using natural language. Built from the ground up for high-performance quality engineering teams, KaneAI intelligently creates structured and contextual test cases by transforming various input formats such as text, JIRA tickets, PDFs, images, audio, videos, and spreadsheets.
44
+
Testing shouldn’t slow innovation. KaneAI makes test automation as natural as writing a To Do list with no steep learning curves, no endless script maintenance.
46
45
47
-
Combining deterministic precision with generative flexibility, KaneAI ensures reliable, consistent test execution while adapting intelligently to evolving requirements and discovering test cases that traditional approaches might miss. This dual approach integrates seamlessly with LambdaTest's suite of solutions for test execution, orchestration, and analysis, streamlining both manual and automated testing by saving time, enhancing test coverage, and improving overall quality.
46
+
Which KaneAI you can:
48
47
49
-
Supporting API, UI, functional, and end-to-end testing, KaneAI streamlines test automation at scale, driving efficiency across modern CI/CD workflows and accelerating the pace of software delivery.
48
+
-**Go from ideas to scripts in seconds** – Turn Jira tickets, PRDs, or plain text into ready-to-run test cases.
50
49
51
-
-**Planning:** Effortlessly generate structured & detailed test cases from various format files including PRDs or Jira or ADO work items.
52
-
-**Authoring:** Empower KaneAI to autonomously generate test cases for you, or take full control and write them yourself. In either case, you'll receive automation scripts in a range of open-source frameworks and languages, tailored to your needs.
53
-
-**Execution & Scheduling:** Run tests across a range of LambdaTest clouds such as Real Device Cloud, Browser Testing Cloud, Visual Testing Cloud, all via our test orchestration platform - HyperExecute.
54
-
-**Maintenance:** Resolve test case updates in natural language or by recording test steps manually, simplifying test maintenance.
55
-
-**Reporting:** Leverage detailed test reports for any test run powered by LambdaTest Test Intelligence and Analytics.
50
+
-**Remove coding barrier** – Author tests with natural language, or let KaneAI write automation scripts for you.
56
51
52
+
-**Scale without friction** – Run tests across browsers, devices, and environments with LambdaTest’s cloud.
Copy file name to clipboardExpand all lines: docs/hyperexecute-yaml-parameters.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,6 +165,7 @@ The **HyperExecute YAML** file serves as the foundational component for test exe
165
165
|[project](/support/docs/deep-dive-into-hyperexecute-yaml/#project)| String | Segregate data at a project/repo level |
166
166
|[slackChannel](/support/docs/deep-dive-into-hyperexecute-yaml/#slackchannel)| String | Allows you to receive notifications of your Job updates directly in your preferred Slack channel. |
167
167
|[afterEachScenario](/support/docs/deep-dive-into-hyperexecute-yaml/#aftereachscenario)| List of Strings | Allows you to trigger your define tasks after each test scenario. |
168
+
|[syncStart](/support/docs/deep-dive-into-hyperexecute-yaml/#execution)| Map | Ensures all VMs are ready before starting parallel tasks. |
0 commit comments