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
**For the first level** the system uses the last 600 launches from the chosen filter.
@@ -47,35 +48,39 @@ Statistics for bars BUILD: 3.20.8.0 is calculated as - a summary of latest launc
47
48
48
49
<MediaViewersrc={require('./img/widget-types/CumulativeTrendChart.png')}alt="Dashboard to manage test results: Cumulative trend chart First Level View" />
49
50
50
-
A user can drill down to the second level of the widget. For that, he should click on the bar. And the system shows two buttons: Drill Down and Show filter.
51
-
And a user should click on **"Drill down"**.
51
+
Users can drill down to the second level of the widget by clicking a bar in the chart. The system displays the **Drill down** and **Show Filter** options. To open the second-level view, the user should select **Show Filter**.
52
+
53
+
The system opens a filtered list of tests corresponding to the selected segment.
54
+
55
+
* Clicking **Passed** displays only Passed tests.
56
+
* Clicking **Failed** displays Failed and Interrupted tests.
57
+
* Clicking **Skipped** displays only Skipped tests.
58
+
* Clicking a defect type displays tests with the corresponding defect type.
52
59
53
60
**For the second level** the system again analyzes the 600 launches from the filter.
54
61
Then it leaves only launches that have an attribute, that has been clicked by the user (f.e. BUILD: 3.20.8.0 ).
55
62
From these launches, systems choose ones with attributes that have key attribute from the section Level 2 (detailed view) on widget wizard.
56
63
After the system groups launch with the same attribute and leaves for each selection only the “latest” launches (launches with unique launch name and with the biggest launch number in ReportPortal).
57
64
Others should be removed from a group. Each unique group should be reflected in the graph on the second widget level.
58
65
59
-
60
-
For each group there is shown a set of bars: Passed, Failed, Skipped, group Product Bug, group Auto Bug, group System Issue, group No defect, group To investigated.
66
+
Status and defect statistics bars are displayed for each group. The status statistics bar includes Passed, Failed, and Skipped statuses. The defect statistics bar includes the following groups: Product Bug, Automation Bug, System Issue, No Defect, and To Investigate.
61
67
62
68
On the hover on the bar, a user can see detailed information about the sample. Also, the user can see a list of attributes with attribute key from the first and from the second level which has launches, which have been used for a hovered bar.
63
69
64
-
65
70
**Visual options**
66
71
67
-
**Focus on defect types**
72
+
**Defect types**<br />
68
73
If the option is enabled, a user can see only information about defect types for each sample.
69
74
If an option is disabled, a user can see information about statuses and defect types.
70
75
71
-
**Totals**
76
+
**Totals**<br />
72
77
If the option is enabled, a user can see info about several test cases in each sample.
73
78
74
-
**Staked area / Separate bars**
79
+
**Staked area / Separate bars**<br />
75
80
Staked area chart - is shown one bar for statuses, and one bar for defect types for each sample.
76
81
Separate bars - is shown a separate bar for each status, and each defect type group.
77
82
78
-
**Tests / Per cent**
83
+
**Tests / Percent test mode**<br />
79
84
Test mode - OY axis is calculated in test cases.
80
85
Percent mode - OY axis is calculated in percent. OY = 100%.
Copy file name to clipboardExpand all lines: docs/dashboards-and-widgets/FlakyTestCasesTableTop50.mdx
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,4 +47,8 @@ The number of switches from one state to another of the test case with the same
47
47
On mouse hover, tooltip appears “N status changes from M possible times”.
48
48
:::
49
49
50
+
**Drill-down behavior**
51
+
52
+
When a user clicks a test case in the Flaky Test Cases widget, ReportPortal redirects the user to the most recent available execution of the selected test case and displays its execution details.
53
+
50
54
<MediaViewersrc={require('./img/widget-types/FlakyTestCasesTableWidget.png')}alt="Data visualization in test automation: Flaky Test Cases Table Widget" />
Copy file name to clipboardExpand all lines: docs/dashboards-and-widgets/OverallStatistics.mdx
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,23 @@ The panel shows a summary of test cases with each status for each selected launc
15
15
- Widget Criteria: All criteria are selected by default.
16
16
- Type of view: Panel view/ Donut view
17
17
- Mode All launches/ Latest launches
18
+
- 'Show the "Interrupted" status independently from "Failed" items' checkbox (unselected by default)
18
19
19
20
20
21
**Widget view**
21
22
22
23
The widget shows statistics of the All launches/or Latest launches for the chosen filter. Statistics are divided into the following sections:
23
-
- Skipped, Passed, Failed
24
-
- Product Bug, System Issue, Automation Bug, No Defect and To Investigate.
24
+
- Skipped, Passed, Failed, Interrupted (*)
25
+
- Product Bug, System Issue, Automation Bug, No Defect and To Investigate.
26
+
27
+
\* The widget view depends on the state of the 'Show the "Interrupted" status independently from "Failed" items' checkbox:
28
+
29
+
- If the **checkbox is unselected**, Interrupted tests are included in the Failed count.
30
+
- If the **checkbox is selected**, failed tests are divided into Failed and Interrupted categories independently, regardless of the selected view type (Panel view or Donut view).
31
+
32
+
<MediaViewersrc={require('./img/widget-types/OverallStatisticsInterrupted1.png')}alt="Show the Interrupted status checkbox" />
The statistics for every type are shown in percentages. On hover, the exact number is shown for each type.
27
37
The Widget has clickable sections when you click on a specified section in the widget, the system forwards you to launch view for appropriate selection.
Copy file name to clipboardExpand all lines: docs/dashboards-and-widgets/TestCaseSearch.mdx
+9-15Lines changed: 9 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Allows finding a test case by name or attribute throughout all launch executions
17
17
18
18
### Refine section:
19
19
20
-
- "Test name" text field. Condition dropdown is disabled. By default – cnt (contains)
20
+
- "Test name" text field. Condition dropdown is disabled. By default – starts with
21
21
- "Attribute" text field – key and value options
22
22
- "Display launches" toggle – default state: OFF
23
23
- "Edit" icon
@@ -84,40 +84,34 @@ If more than one page exists for the specified search criteria, a "Load more" bu
84
84
85
85
<MediaViewersrc={require('./img/widget-types/TestCaseSearch7.png')}alt="Load more button" />
86
86
87
-
By clicking "Load more", additional 10 results (or less if available) appear. Previously loaded results remain visible and are supplemented with new data. If at least one more page is available, the "Load more" button continues to appear at the bottom of the widget.
87
+
By clicking “Load more,” up to 10 additional results appear, depending on how many results are available. Previously loaded results remain visible and are supplemented with new data. The maximum number of search results is 20 items.
88
88
89
-
If more than 30 pages exist for the specified search criteria, the "Load more" button becomes disabled after loading the 30th page. The limit for the widget is 300 latest test cases.
90
-
91
-
<MediaViewersrc={require('./img/widget-types/TestCaseSearch8.png')}alt="Load more button becomes disabled" />
89
+
If you need more flexible search options, advanced filtering, sorting, or access to a larger result set, try our premium feature: [Test Executions](/features/TestExecutions/). Learn which [plan](https://reportportal.io/pricing/saas/) best fits your testing needs.
92
90
93
91
When the "Display launches" toggle is ON, the displayed results are grouped by launch execution and parent items (Launch/suite/test).
94
92
95
-
<MediaViewersrc={require('./img/widget-types/TestCaseSearch9.png')}alt="Display launches toggle is ON" />
93
+
<MediaViewersrc={require('./img/widget-types/TestCaseSearch8.png')}alt="Display launches toggle is ON" />
96
94
97
95
By clicking on the "Update" icon the page is refreshed a new request with specified in the widget parameters is sent. Only the first page is displayed.
By clicking on the test name, the user is redirected to the test's log level in a new tab (the same action occurs when clicking the icon next to the test name).
0 commit comments