Skip to content

Commit 7e7652e

Browse files
Merge branch 'LambdaTest:stage' into stage
2 parents ac9dba0 + 1aee879 commit 7e7652e

File tree

3 files changed

+157
-16
lines changed

3 files changed

+157
-16
lines changed
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
---
2+
id: analytics-smart-tags-test-intelligence
3+
title: Smart Tags - Test Intelligence
4+
sidebar_label: Smart Tags
5+
description: Analyze tests faster with Smart Tags in LambdaTest Analytics. Get insights on your test automation execution with Smart Tags.
6+
keywords:
7+
- analytics
8+
- smart tags
9+
url: https://www.lambdatest.com/support/docs/analytics-smart-tags-test-intelligence/
10+
site_name: LambdaTest
11+
slug: analytics-smart-tags-test-intelligence/
12+
---
13+
14+
<script type="application/ld+json"
15+
dangerouslySetInnerHTML={{ __html: JSON.stringify({
16+
"@context": "https://schema.org",
17+
"@type": "BreadcrumbList",
18+
"itemListElement": [{
19+
"@type": "ListItem",
20+
"position": 1,
21+
"name": "Home",
22+
"item": "https://www.lambdatest.com"
23+
},{
24+
"@type": "ListItem",
25+
"position": 2,
26+
"name": "Support",
27+
"item": "https://www.lambdatest.com/support/docs/"
28+
},{
29+
"@type": "ListItem",
30+
"position": 3,
31+
"name": "Test Overview",
32+
"item": "https://www.lambdatest.com/support/docs/analytics-smart-tags-test-intelligence/"
33+
}]
34+
})
35+
}}
36+
></script>
37+
38+
Smart Tags in LambdaTest Analytics help you analyze your test automation execution faster. With Smart Tags, you can categorize your tests based on different parameters and get insights on your test execution. This feature helps you identify patterns, trends, and anomalies in your test results, making it easier to optimize your test automation strategy.
39+
40+
## Pre-requisites For Smart Tags:
41+
42+
1. You should have an active LambdaTest account.
43+
2. You should run at least 10 tests on the LambdaTest automation platform.
44+
3. This feature is available for users with the HyperExecute or App / Web Automation subscription plan.
45+
4. You should have access to the LambdaTest Analytics platform.
46+
5. You can see the smart tags on creating a dashboard in the Insights section.
47+
6. Click on the `Create New` button to create a new dashboard.
48+
7. Choose any of the available widgets and add them to the dashboard.
49+
8. Click on the widget drill down to see the smart tags.
50+
51+
## What are Smart Tags?
52+
53+
Smart Tags are labels that are assigned by the system depending on the execution patterns of your tests. These tags are currently of the following types:
54+
55+
* **Flaky:** Tests that have inconsistent results across multiple executions.
56+
* **Always Failing:** Tests that have consistently failed across multiple executions.
57+
* **New Failures:** Tests that have started failing recently.
58+
* **Performance Anomalies:** Tests that have shown a significant change in performance.
59+
60+
## Flaky Tests:
61+
62+
Flaky tests are tests that have inconsistent results across multiple executions. These tests may pass or fail randomly, making it difficult to identify the root cause of the failure. By categorizing tests as flaky, you can focus on fixing these tests to improve the reliability of your test suite.
63+
64+
For more information on Flaky Tests, you can refer to our [Flaky Tests Guide](/docs/test-intelligence-flakiness-test-detection/).
65+
66+
## Always Failing Tests:
67+
68+
Always failing tests are tests that have consistently failed across multiple executions. These tests are critical as they indicate a persistent issue in your application or test automation scripts. By identifying and fixing these tests, you can ensure the stability and reliability of your test suite.
69+
70+
## New Failures:
71+
72+
New failures are tests that have started failing recently. These tests may indicate a recent change in your application or test environment that has caused the failures. By monitoring new failures, you can quickly identify and address issues before they impact your test suite.
73+
74+
## Performance Anomalies:
75+
76+
Performance anomalies are tests that have shown a significant change in performance. These tests may have suddenly become slower or faster than usual, indicating a potential issue in your application or test environment. By tracking performance anomalies, you can investigate the root cause of the performance change and optimize your test suite accordingly.
77+

docs/getting-started-with-hyperexecute.md

Lines changed: 79 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: getting-started-with-hyperexecute
3-
title: Getting started with HyperExecute
3+
title: Getting Started with HyperExecute
44
hide_title: false
55
sidebar_label: HyperExecute
66
description: Get started with HyperExecute on LambdaTest for faster web automation tests using Matrix and Auto-Split strategies. Test with Selenium languages at high speeds.
@@ -51,21 +51,82 @@ import HyperExecuteSupportedLanguageDocs from '../src/component/SupportedLanguag
5151
})
5252
}}
5353
></script>
54-
HyperExecute is an AI Native Test Orchestration Cloud Platform, enabling test automation teams worldwide to achieve an accelerated time to market by providing JIT (Just-in-time) testing infrastructure that offers enhanced test execution speeds, smart test orchestration, detailed execution logs and much more.
54+
Welcome to HyperExecute, **an AI-Powered Test Orchestration Cloud Platform**, designed to accelerate your testing process, enabling test automation teams worldwide to achieve an accelerated time to market by providing **JIT (Just-in-time) testing infrastructure**.
5555

56-
It requires a [HyperExecute YAML](/support/docs/deep-dive-into-hyperexecute-yaml/) file which contains all the necessary instructions and a [HyperExecute CLI](/support/docs/hyperexecute-cli-run-tests-on-hyperexecute-grid/) in order to initiate a test execution Job.
56+
If you want to learn more about HyperExecute and how it can enable your team, then you are the right place. This guide will help you take your first steps with HyperExecute, from understanding the basics to running your first test.
5757

58-
> Let's understand the [HyperExecute Dashboard](/support/docs/hyperexecute-guided-walkthrough/) together.
58+
<!-- HyperExecute is an AI Native Test Orchestration Cloud Platform, enabling test automation teams worldwide to achieve an accelerated time to market by providing JIT (Just-in-time) testing infrastructure that offers enhanced test execution speeds, smart test orchestration, detailed execution logs and much more. -->
59+
60+
<!-- It requires a [HyperExecute YAML](/support/docs/deep-dive-into-hyperexecute-yaml/) file which contains all the necessary instructions and a [HyperExecute CLI](/support/docs/hyperexecute-cli-run-tests-on-hyperexecute-grid/) in order to initiate a test execution Job. -->
61+
62+
<!-- > Let's understand the [HyperExecute Dashboard](/support/docs/hyperexecute-guided-walkthrough/) together. -->
5963

6064
<img loading="lazy" src={require('../assets/images/hyperexecute/getting_started/hyperexecute.png').default} alt="Image" className="doc_img"/>
6165

62-
:::tip FIND US on cloud **🔍**
63-
You can also find us on your favourite Cloud Platform:
64-
- [Microsoft Azure Marketplace](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/lambdatestinc1584019832435.hyper_execute?exp=ubp8&tab=Overview)
65-
- [Amazon Web Services Marketplace](https://aws.amazon.com/marketplace/pp/prodview-35cneaxfou2eq) and
66-
- [Google Cloud Provider Marketplace](https://console.cloud.google.com/marketplace/product/hyperexecute-privatecloud/lambdatest?pli=1)
66+
### What is HyperExecute?
67+
68+
HyperExecute by LambdaTest is a cutting-edge, AI-powered platform designed for DevOps teams and QA engineers to significantly accelerate software testing pipelines. HyperExecute **replaces traditional hub-and-node test grids** with advanced orchestration techniques, **eliminating network latency and optimizing resource usage**. With HyperExecute:
69+
70+
- **Slash your time-to-market** with parallel execution that distributes tests optimally across available resources improving efficiency.
71+
- **Make data-driven testing decisions** using historical performance trends that reveal patterns and help optimize your testing strategy
72+
- **Never worry about infrastructure constraints** with dynamic scaling to handle peak testing demands, running 10 tests or 10,000.
73+
- **Enable multiple teams using different frameworks** to run tests simultaneously across various environments on same license.
74+
<!-- - **Intelligent Test Distribution**: Smart test allocation ensures optimal execution efficiency. -->
75+
<!-- - **Real-Time Insights**: Access immediate feedback with comprehensive live logs and detailed execution analytics. -->
76+
<!-- - **On-Demand Scalability**: Dynamically scale testing infrastructure to handle any volume or complexity of tests. -->
77+
<!-- - **Seamless Integration**: Effortlessly integrate with major CI/CD pipelines and testing frameworks for streamlined workflows. -->
78+
79+
Whether testing web or mobile applications, HyperExecute empowers your team to deliver higher-quality software rapidly and reliably.
80+
81+
### Compatible with All Major Frameworks
82+
HyperExecute seamlessly supports all major test automation frameworks as shown below. Regardless of your existing testing stack, it will integrate smoothly to enhance your workflows without disruption.
83+
84+
<HyperExecuteSupportedLanguageDocs />
85+
86+
<div className="lt-framework-list-footer">
87+
<p>In case your favorite framework or tool isn't listed here, just give us a <span className="doc__lt" onClick={() => window.openLTChatWidget()}>Shout Out Here</span>.
88+
<br/>In case of any other problems, feel free to <span className="doc__lt" onClick={() => window.openLTChatWidget()}>Contact Us</span>.</p>
89+
</div>
90+
91+
### Let's Run your First Test
92+
Ready to experience the power of HyperExecute? Getting started is easy—we’ve simplified the process so you can effortlessly launch your first test with three flexible approaches and experience the speed by yourself:
93+
94+
:::note RUN SAMPLE TEST
95+
<Tabs>
96+
<TabItem value="quick" label="Quick Run" default>
97+
Execute tests directly from the HyperExecute Portal with sample setup - perfect for new users who want to see results immediately.
98+
99+
<a href="https://www.lambdatest.com/support/docs/hyperexecute-running-your-first-job/#1-using-quick-run" className="github__anchor"><img loading="lazy" src={require('../assets/images/icons/hyp.png').default} alt="Image" className="doc_img"/>Learn More</a>
100+
101+
</TabItem>
102+
<TabItem value="CLI" label="Run on Local System">
103+
Run tests from your own machine using the HyperExecute CLI with sample project and preset configuration file.
104+
105+
<a href="https://www.lambdatest.com/support/docs/hyperexecute-running-your-first-job/#2-using-local-system" className="github__anchor"><img loading="lazy" src={require('../assets/images/icons/hyp.png').default} alt="Image" className="doc_img"/>Learn More</a>
106+
</TabItem>
107+
<TabItem value="gitpod" label="Run on Gitpod">
108+
Run your tests in a fully managed online development environment, without any local installations or configurations.
109+
110+
<a href="https://www.lambdatest.com/support/docs/hyperexecute-running-your-first-job/#3-using-gitpod" className="github__anchor"><img loading="lazy" src={require('../assets/images/icons/hyp.png').default} alt="Image" className="doc_img"/>Learn More</a>
111+
</TabItem>
112+
</Tabs>
67113
:::
68114

115+
<!-- Each method provides a streamlined experience with sample projects. Our step-by-step guide walks you through the entire process, from selecting your framework to viewing your test results on the HyperExecute Dashboard. -->
116+
117+
### Watch HyperExecute in Action
118+
119+
Get a comprehensive overview of HyperExecute's capabilities by watching our introductory webinar.
120+
<div className="ytframe">
121+
<div className="youtube" data-embed="7aZv7knyViw">
122+
<div className="play-button"></div>
123+
</div>
124+
</div>
125+
126+
### Next Steps
127+
128+
Now that you've set up HyperExecute and run your first test, explore these resources to make the most of the platform:
129+
69130
<div className="support_main">
70131
<a href="/support/docs/hyperexecute-running-your-first-job/">
71132
<div className="support_inners">
@@ -117,16 +178,18 @@ You can also find us on your favourite Cloud Platform:
117178
</a>
118179
</div>
119180

120-
<!-- Here are all the languages and frameworks supported by HyperExecute. -->
181+
:::tip We’re Already in Your Favorite Cloud!
182+
Deploy our cloud-native test orchestration platform directly from your trusted marketplace:
183+
- [Microsoft Azure Marketplace](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/lambdatestinc1584019832435.hyper_execute?exp=ubp8&tab=Overview)
184+
- [Amazon Web Services Marketplace](https://aws.amazon.com/marketplace/pp/prodview-35cneaxfou2eq)
185+
- [Google Cloud Provider Marketplace](https://console.cloud.google.com/marketplace/product/hyperexecute-privatecloud/lambdatest?pli=1)
186+
:::
121187

122-
<HyperExecuteSupportedLanguageDocs />
123188

124-
<div className="lt-framework-list-footer">
125-
<p>In case your favorite framework or tool isn't listed here, just give us a <span className="doc__lt" onClick={() => window.openLTChatWidget()}>Shout Out Here</span>.
126-
<br/>In case of any other problems, feel free to <span className="doc__lt" onClick={() => window.openLTChatWidget()}>Contact Us</span>.</p>
127-
</div>
189+
<!-- Here are all the languages and frameworks supported by HyperExecute. -->
190+
128191

129-
> HyperExecute supports multiple languages and testing frameworks. See the comprehensive list & samples [here](/support/docs/hyperexecute-supported-languages-and-frameworks/).
192+
<!-- > HyperExecute supports multiple languages and testing frameworks. See the comprehensive list & samples [here](/support/docs/hyperexecute-supported-languages-and-frameworks/). -->
130193

131194
<nav aria-label="breadcrumbs">
132195
<ul className="breadcrumbs">

sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3026,6 +3026,7 @@ module.exports = {
30263026
],
30273027
},
30283028
"analytics-build-comparison",
3029+
"analytics-smart-tags-test-intelligence",
30293030
"analytics-modules-test-intelligence-flaky-test-analytics",
30303031
"analytics-dashboard-copilot",
30313032
"analytics-allure-api-widgets",

0 commit comments

Comments
 (0)