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
Select a build and click **Compare Builds** to run the comparison. The selected build becomes the **Compare** build, while the current build you navigated from becomes the **Base** build.
Copy file name to clipboardExpand all lines: docs/analytics-build-insights.md
+18-13Lines changed: 18 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,6 +136,24 @@ Use filters to narrow analysis to exactly the slice you care about (for example,
136
136
- Click the share icon next to the filters to share the current view with your team
137
137
- Generate shareable links to the build details page (note: filter settings are not preserved in shared links)
138
138
139
+
### Unique Test Instances
140
+
141
+
The **Show Unique Instances** toggle consolidates retry runs to give you a cleaner, more accurate view of your test results. This feature applies to both the **Insights** and **Tests** tabs.
142
+
143
+
**How it works:**
144
+
145
+
- When **ON**: Within the current build, tests are grouped by **test name + environment** (browser + OS + device + resolution) as a single instance. Only the **final run** of each instance is considered in reporting, eliminating noise from intermediate retry attempts. This affects:
146
+
-**Insights tab**: Key metrics, charts, and Smart Tags reflect deduplicated counts based on final run results
147
+
-**Tests tab**: The test list shows only the final execution per unique test-environment combination
148
+
149
+
- When **OFF**: All individual test executions are shown, including every retry attempt.
150
+
151
+
The grouping is scoped to the individual build ID, meaning each build's metrics reflect only the deduplicated results within that specific build run.
152
+
153
+
:::note Processing Time
154
+
Retry run consolidation requires a small amount of processing time after test execution completes. If you've just finished a build, wait a moment before toggling on Unique Instances to ensure all data is consolidated.
155
+
:::
156
+
139
157
## Tab 1: Insights
140
158
141
159
Use the **Insights** tab to understand the overall health and performance of the selected build before you dive into individual tests.
@@ -200,19 +218,6 @@ Each metric points you directly to tests that need attention (for example, focus
200
218
201
219
Use the **Tests** tab when you are ready to debug at the individual test level.
202
220
203
-
### Show Unique Instances Toggle
204
-
205
-
The **Show Unique Instances** toggle consolidates retry runs to give you a cleaner view of your test results.
206
-
207
-
**How it works:**
208
-
209
-
- When **ON**: Tests are grouped by **test name + environment** (browser + OS + device + resolution) as a single instance. Only the **final run** of each instance is considered in reporting, eliminating noise from intermediate retry attempts.
210
-
- When **OFF**: All individual test executions are shown, including every retry attempt.
211
-
212
-
:::note Processing Time
213
-
Retry run consolidation requires a small amount of processing time after test execution completes. If you've just finished a build, wait a moment before toggling on Unique Instances to ensure all data is consolidated.
214
-
:::
215
-
216
221
:::tip Build Comparison
217
222
Want to compare two builds side by side? Use the **Compare** tab to identify new failures, fixed tests, and stability changes between any two builds. This is especially useful for release validation and regression detection. Learn more in the [Build Comparison](/support/docs/analytics-build-comparison/) documentation.
Copy file name to clipboardExpand all lines: docs/analytics-test-insights.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,24 @@ To get started with Test Insights, follow these steps:
68
68
-**Actionable Analytics**: Gain actionable insights from your test data to make informed decisions and improve the overall quality of your software.
69
69
-**Historical Data Comparison**: Compare your current test runs with historical data to identify regressions and improvements over time.
70
70
71
+
## Unique Test Instances
72
+
73
+
The **Show Unique Instances** toggle consolidates retry runs to give you a cleaner, more accurate view of your test results.
74
+
75
+
**How it works:**
76
+
77
+
- When **ON**: Within a single build run, tests are grouped by **test name + environment** (browser + OS + device + resolution) as a single instance. Only the **final run** of each instance is considered in reporting, eliminating noise from intermediate retry attempts.
78
+
79
+
- When **OFF**: All individual test executions are shown, including every retry attempt.
80
+
81
+
The grouping is scoped to individual build IDs, meaning each build's metrics reflect only the deduplicated results within that specific build run.
82
+
83
+
This feature is especially useful when your test pipeline uses automatic retries, as it shows the true pass/fail state of each test-environment combination rather than inflating counts with intermediate failures.
84
+
85
+
:::note Processing Time
86
+
Retry run consolidation requires a small amount of processing time after test execution completes. If you've just finished running tests, wait a moment before toggling on Unique Instances to ensure all data is consolidated.
87
+
:::
88
+
71
89
## Use Cases for Test Insights
72
90
73
91
-**Test Optimization**: Use Test Insights to identify slow-running tests and optimize them for better performance.
0 commit comments