From 0d62c6d50a48b055c1a1f2a63eb3fbdf7585862c Mon Sep 17 00:00:00 2001 From: Srivishnu Ayyagari Date: Fri, 7 Mar 2025 17:21:21 +0530 Subject: [PATCH 1/2] Add documentation for Smart Tags in Test Intelligence analytics --- .../analytics-smart-tags-test-intelligence.md | 77 +++++++++++++++++++ sidebars.js | 1 + 2 files changed, 78 insertions(+) create mode 100644 docs/analytics-smart-tags-test-intelligence.md diff --git a/docs/analytics-smart-tags-test-intelligence.md b/docs/analytics-smart-tags-test-intelligence.md new file mode 100644 index 000000000..6c67948c9 --- /dev/null +++ b/docs/analytics-smart-tags-test-intelligence.md @@ -0,0 +1,77 @@ +--- +id: analytics-smart-tags-test-intelligence +title: Smart Tags - Test Intelligence +sidebar_label: Smart Tags +description: Analyze tests faster with Smart Tags in LambdaTest Analytics. Get insights on your test automation execution with Smart Tags. +keywords: + - analytics + - smart tags +url: https://www.lambdatest.com/support/docs/analytics-smart-tags-test-intelligence/ +site_name: LambdaTest +slug: analytics-smart-tags-test-intelligence/ +--- + + + +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. + +## Prerequisites For Smart Tags: + +1. You should have an active LambdaTest account. +2. You should run at least 10 tests on the LambdaTest automation platform. +3. This feature is available for users with the HyperExecute or App / Web Automation subscription plan. +4. You should have access to the LambdaTest Analytics platform. +5. You can see the smart tags on creating a dashboard in the Insights section. +6. Click on the `Create New` button to create a new dashboard. +7. Choose any of the available widgets and add them to the dashboard. +8. Click on the widget drill down to see the smart tags. + +## What are Smart Tags? + +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: + +* **Flaky:** Tests that have inconsistent results across multiple executions. +* **Always Failing:** Tests that have consistently failed across multiple executions. +* **New Failures:** Tests that have started failing recently. +* **Performance Anomalies:** Tests that have shown a significant change in performance. + +## Flaky Tests: + +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. + +For more information on Flaky Tests, you can refer to our [Flaky Tests Guide](/docs/test-intelligence-flakiness-test-detection/). + +## Always Failing Tests: + +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. + +## New Failures: + +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. + +## Performance Anomalies: + +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. + diff --git a/sidebars.js b/sidebars.js index 9b8ceff54..7fcbc1570 100644 --- a/sidebars.js +++ b/sidebars.js @@ -3026,6 +3026,7 @@ module.exports = { ], }, "analytics-build-comparison", + "analytics-smart-tags-test-intelligence", "analytics-modules-test-intelligence-flaky-test-analytics", "analytics-dashboard-copilot", "analytics-allure-api-widgets", From d122cf83793827b437f325d8ae7d7896470eb41a Mon Sep 17 00:00:00 2001 From: Srivishnu Ayyagari Date: Fri, 7 Mar 2025 17:24:31 +0530 Subject: [PATCH 2/2] Fix typo in prerequisites section for Smart Tags documentation --- docs/analytics-smart-tags-test-intelligence.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/analytics-smart-tags-test-intelligence.md b/docs/analytics-smart-tags-test-intelligence.md index 6c67948c9..32087cdac 100644 --- a/docs/analytics-smart-tags-test-intelligence.md +++ b/docs/analytics-smart-tags-test-intelligence.md @@ -37,7 +37,7 @@ slug: analytics-smart-tags-test-intelligence/ 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. -## Prerequisites For Smart Tags: +## Pre-requisites For Smart Tags: 1. You should have an active LambdaTest account. 2. You should run at least 10 tests on the LambdaTest automation platform.