Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EPMRPP-87233 || Update Most Failed test-cases table widget+fix links #629

Merged
merged 2 commits into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
sidebar_position: 14
sidebar_label: Most failed test-cases table (TOP-20)
sidebar_label: Most failed test-cases table (TOP-50)
---

# Most failed test-cases table (TOP-20)
# Most failed test-cases table (TOP-50)

The widget contains a table with statistical information about the TOP-20 most problematic test cases.
The widget contains a table with statistical information about the TOP-50 most problematic test cases.

**Widget's parameters:**

Expand All @@ -26,7 +26,7 @@ The widget has a table view with the following data displayed:
- Last failure - date and time of the last run, when the test item was failed, displayed in 'time ago' format (i.e. "10 minutes ago").
On mouse hover, the system will display accurate start times.

<media-view src={require('./img/widget-types/MostFailureTestCasesTable.png')} alt="Data visualization in test automation: Most Failed Test Cases Table Widget" />
<media-view src={require('./img/widget-types/MostFailedTestCases.png')} alt="Data visualization in test automation: Most Failed Test Cases Table Widget" />

:::note
The widget contains statistics of the most problematic test cases in all launches, except "IN PROGRESS" and "INTERRUPTED" launches.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ With [**Investigated percentage of launches**](./InvestigatedPercentageOfLaunche

[**Test growth trend chart**](./TestCasesGrowthTrendChart) shows you the speed of new test cases creation.

Also, you can create [**"Most flaky test cases"**](./FlakyTestCasesTableTop20) and [**"Most failed test case"**](./MostFailedTestCasesTableTop20) and find the most unstable items which should be taken into account.
Also, you can create [**"Most flaky test cases"**](./FlakyTestCasesTableTop20) and [**"Most failed test case"**](./dashboards-and-widgets/MostFailedTestCasesTableTop50) and find the most unstable items which should be taken into account.

Let's assume that you have a lot of test results and a lot of teams.

Expand Down
42 changes: 21 additions & 21 deletions docs/dashboards-and-widgets/WidgetCreation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,24 +39,24 @@ There are 15 widget templates in ReportPortal for tracking different KPI:

| KPI | Widget template |
|----------------------------------------------------------------------------------|------------------------------------------------------------------------|
| Track the reasons of failures | [Launch statistics chart](./LaunchStatisticsChart) |
| Passing rate for filter summary, and structure of problems | [Overall statistics](./OverallStatistics) |
| Track the longest launch in the filter | [Launches duration chart](./LaunchesDurationChart) |
| Track the passing rate and structure of problems of the latest run in the system | [Launch execution and issue statistic](./LaunchExecutionAndIssueStatistic) |
| Track the activity of your QA team | [Project activity panel](./ProjectActivityPanel) |
| Track the growth of new test cases in your build | [Test-cases growth trend chart](./TestCasesGrowthTrendChart) |
| Track the speed of test failure analysis | [Investigated percentage of launches](./InvestigatedPercentageOfLaunches) |
| Follow up information about only important launches for your team | [Launches table](./LaunchesTable) |
| Track new BTS issues in your run | [Unique bugs table](./UniqueBugsTable) |
| Track the most unstable test cases in the build | [Most failed test-cases table](./MostFailedTestCasesTableTop20) |
| See the trend of the number of failed test cases from build to build | [Failed cases trend chart](./FailedCasesTrendChart) |
| See the trend of the number of failed and skipped test cases from build to build | [Non-passed test-cases trend chart](./NonPassedTestCasesTrendChart) |
| Compare two launches together | [Different launches comparison chart](./DifferentLaunchesComparisonChart) |
| Track passing rate for one launch | [Passing rate per launch](./PassingRatePerLaunch) |
| Track passing rate for the build | [Passing rate summary](./PassingRateSummary) |
| Find the most flakiest test in the build | [Flaky test cases table (TOP-20)](./FlakyTestCasesTableTop20) |
| Compare statistics for different builds on one graph | [Cumulative trend chart](./CumulativeTrendChart) |
| Track the most popular failure reasons in the build | [Most popular pattern table (TOP-20)](./MostPopularPatternTableTop20) |
| Track the passing rate of different components of your application | [Component health check](./ComponentHealthCheck) |
| Track the statistics of different components of your application | [Component health check (table)](./TableComponentHealthCheck) |
| Track the top-20 tests with longest execution time | [Most time-consuming test cases widget (TOP-20)](./MostTimeConsumingTestCasesWidgetTop20) |
| Track the reasons of failures | [Launch statistics chart](/dashboards-and-widgets/LaunchStatisticsChart) |
| Passing rate for filter summary, and structure of problems | [Overall statistics](/dashboards-and-widgets/OverallStatistics) |
| Track the longest launch in the filter | [Launches duration chart](/dashboards-and-widgets/LaunchesDurationChart) |
| Track the passing rate and structure of problems of the latest run in the system | [Launch execution and issue statistic](/dashboards-and-widgets/LaunchExecutionAndIssueStatistic) |
| Track the activity of your QA team | [Project activity panel](/dashboards-and-widgets/ProjectActivityPanel) |
| Track the growth of new test cases in your build | [Test-cases growth trend chart](/dashboards-and-widgets/TestCasesGrowthTrendChart) |
| Track the speed of test failure analysis | [Investigated percentage of launches](/dashboards-and-widgets/InvestigatedPercentageOfLaunches) |
| Follow up information about only important launches for your team | [Launches table](/dashboards-and-widgets/LaunchesTable) |
| Track new BTS issues in your run | [Unique bugs table](/dashboards-and-widgets/UniqueBugsTable) |
| Track the most unstable test cases in the build | [Most failed test-cases table](/dashboards-and-widgets/MostFailedTestCasesTableTop50) |
| See the trend of the number of failed test cases from build to build | [Failed cases trend chart](/dashboards-and-widgets/FailedCasesTrendChart) |
| See the trend of the number of failed and skipped test cases from build to build | [Non-passed test-cases trend chart](/dashboards-and-widgets/NonPassedTestCasesTrendChart) |
| Compare two launches together | [Different launches comparison chart](/dashboards-and-widgets/DifferentLaunchesComparisonChart) |
| Track passing rate for one launch | [Passing rate per launch](/dashboards-and-widgets/PassingRatePerLaunch) |
| Track passing rate for the build | [Passing rate summary](/dashboards-and-widgets/PassingRateSummary) |
| Find the most flakiest test in the build | [Flaky test cases table (TOP-20)](/dashboards-and-widgets/FlakyTestCasesTableTop20) |
| Compare statistics for different builds on one graph | [Cumulative trend chart](/dashboards-and-widgets/CumulativeTrendChart) |
| Track the most popular failure reasons in the build | [Most popular pattern table (TOP-20)](/dashboards-and-widgets/MostPopularPatternTableTop20) |
| Track the passing rate of different components of your application | [Component health check](/dashboards-and-widgets/ComponentHealthCheck) |
| Track the statistics of different components of your application | [Component health check (table)](/dashboards-and-widgets/TableComponentHealthCheck) |
| Track the top-20 tests with longest execution time | [Most time-consuming test cases widget (TOP-20)](/dashboards-and-widgets/MostTimeConsumingTestCasesWidgetTop20) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.