From b4c768c58d579fb4d0a0aa58a888f5ae52230cba Mon Sep 17 00:00:00 2001 From: Aman Chopra Date: Wed, 6 Aug 2025 16:46:46 +0530 Subject: [PATCH] removed the unsupported videos --- docs/analytics-modules-flaky-tests.md | 9 --------- docs/analytics-test-failure-classification.md | 5 ----- 2 files changed, 14 deletions(-) diff --git a/docs/analytics-modules-flaky-tests.md b/docs/analytics-modules-flaky-tests.md index e69a8c68d..7476fd72b 100644 --- a/docs/analytics-modules-flaky-tests.md +++ b/docs/analytics-modules-flaky-tests.md @@ -33,18 +33,9 @@ slug: analytics-modules-test-intelligence-flaky-test-analytics/ }) }} > ---- -import VideoEmbed from '../src/component/videoEmbed'; - - ## AI Native Flaky Test Analytics 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. - - ## Flakiness Trends 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. diff --git a/docs/analytics-test-failure-classification.md b/docs/analytics-test-failure-classification.md index 737070848..0bf5671fb 100644 --- a/docs/analytics-test-failure-classification.md +++ b/docs/analytics-test-failure-classification.md @@ -68,11 +68,6 @@ Here is the link to the documentation for the remark capability: The test failure categorization AI is a machine learning model that classifies test failures into different categories. The AI model uses various parameters such as environment, browser, OS, and failure type to categorize the failures. This helps in identifying the root cause of failures and improving test automation efficiency. - - For the first failure as a user you will need to select the type of failure from the list of categories available. The categories are as follows: - **Product Bug:** This category is used when the failure is due to a bug in the product being tested. This could be a UI issue, a functional issue, or any other type of bug that affects the product's functionality. - **Test Automation Bug:** This category is used when the failure is due to a bug in the test automation code. This could be a script issue, a framework issue, or any other type of bug that affects the test automation process.