@@ -24,47 +24,100 @@ You can use facets to accomplish the following actions:
24
24
25
25
The facets panel on the left lists several facets you can use to search through your test runs. To start customizing the search query, click through the list of facets starting with ** Common** .
26
26
27
- <div class =" alert alert-info " >The following list of available facets may vary depending on your site and region.</a ></div >
28
-
29
27
### Common test run attributes
30
28
31
- {{< tabs >}}
32
- {{% tab "v0" %}}
33
-
34
- | Facet | Description |
35
- | ----------------------------------| ----------------------------------------------------------------------------------------------------------------|
36
- | ` Batch ID ` | The batch ID associated with the test run. |
37
- | <code >Execution  ; Rule</code > | The execution rule associated with the test result of the CI batch: ` Blocking ` , ` Non Blocking ` , and ` Skipped ` . |
38
- | ` Location ` | The location associated with the test result of the batch. |
39
- | ` Passed ` | The overall status of the test run. |
40
- | ` Run Type ` | The run type of the test run. It can be scheduled, CI, or manually triggered. |
41
-
42
- {{% /tab %}}
43
-
44
- {{% tab "v1" %}}
45
-
46
- | Facet | Description |
47
- | ------------------------------------| ---------------------------------------------------------------------------------------------------------|
48
- | ` Failure Code ` | Code indicating reason for test failure. |
49
- | ` Test Type ` | Type of test being executed. |
50
- | ` Test Subtype ` | Specific subtype of the test. |
51
- | ` Location Version ` | Version of the private test location. |
52
- | ` Location Platform ` | Platform name of the private location. |
53
- | ` Test ID ` | Identifier for the test. |
54
- | ` Failure Message ` | Message detailing the failure. |
55
- | ` Result Retry Number ` | Number of times the test was retried. |
56
- | ` Test Finished At ` | Timestamp when the test finished. |
57
- | ` Test Started At ` | Timestamp when the test started. |
58
- | ` Test Triggered At ` | Timestamp when the test was triggered. |
59
- | ` Test Will Retry At ` | Timestamp for the next retry of the test. |
60
- | ` Trace ID ` | Trace identifier for tracking. |
61
- | ` Open Telemetry ID ` | Open Telemetry identifier. |
62
- | ` Variable Name ` | Name of a variable used in the test. |
63
-
64
- {{% /tab %}}
65
- {{< /tabs >}}
66
-
67
- ### Timings attributes
29
+ <table >
30
+ <thead >
31
+ <tr>
32
+ <th style="width: 30%;">Facet</th>
33
+ <th style="width: 70%;">Description</th>
34
+ </tr>
35
+ </thead >
36
+ <tbody >
37
+ <tr>
38
+ <td><code>Batch ID</code></td>
39
+ <td>The batch ID associated with the test run.</td>
40
+ </tr>
41
+ <tr>
42
+ <td><code>Execution Rule</code></td>
43
+ <td>The execution rule associated with the test result of the CI batch: Blocking, Non Blocking, and Skipped.</td>
44
+ </tr>
45
+ <tr>
46
+ <td><code>Location</code></td>
47
+ <td>The location associated with the test result of the batch.</td>
48
+ </tr>
49
+ <tr>
50
+ <td><code>Passed</code></td>
51
+ <td>The overall status of the test run.</td>
52
+ </tr>
53
+ <tr>
54
+ <td><code>Run Type</code></td>
55
+ <td>The run type of the test run. It can be scheduled, CI, or manually triggered.</td>
56
+ </tr>
57
+ <tr>
58
+ <td><code>Failure Code</code></td>
59
+ <td>Code indicating reason for test failure.</td>
60
+ </tr>
61
+ <tr>
62
+ <td><code>Test Type</code></td>
63
+ <td>Type of test being executed.</td>
64
+ </tr>
65
+ <tr>
66
+ <td><code>Test Subtype</code></td>
67
+ <td>Specific subtype of the test.</td>
68
+ </tr>
69
+ <tr>
70
+ <td><code>Location Version</code></td>
71
+ <td>Version of the private test location.</td>
72
+ </tr>
73
+ <tr>
74
+ <td><code>Location Platform</code></td>
75
+ <td>Platform name of the private location.</td>
76
+ </tr>
77
+ <tr>
78
+ <td><code>Test ID</code></td>
79
+ <td>Identifier for the test.</td>
80
+ </tr>
81
+ <tr>
82
+ <td><code>Failure Message</code></td>
83
+ <td>Message detailing the failure.</td>
84
+ </tr>
85
+ <tr>
86
+ <td><code>Result Retry Number</code></td>
87
+ <td>Number of times the test was retried.</td>
88
+ </tr>
89
+ <tr>
90
+ <td><code>Test Finished At</code></td>
91
+ <td>Timestamp when the test finished.</td>
92
+ </tr>
93
+ <tr>
94
+ <td><code>Test Started At</code></td>
95
+ <td>Timestamp when the test started.</td>
96
+ </tr>
97
+ <tr>
98
+ <td><code>Test Triggered At</code></td>
99
+ <td>Timestamp when the test was triggered.</td>
100
+ </tr>
101
+ <tr>
102
+ <td><code>Test Will Retry At</code></td>
103
+ <td>Timestamp for the next retry of the test.</td>
104
+ </tr>
105
+ <tr>
106
+ <td><code>Trace ID</code></td>
107
+ <td>Trace identifier for tracking.</td>
108
+ </tr>
109
+ <tr>
110
+ <td><code>Open Telemetry ID</code></td>
111
+ <td>Open Telemetry identifier.</td>
112
+ </tr>
113
+ <tr>
114
+ <td><code>Variable Name</code></td>
115
+ <td>Name of a variable used in the test.</td>
116
+ </tr>
117
+ </tbody >
118
+ </table >
119
+
120
+ ## Timings attributes
68
121
69
122
** Timings** facets allow you to filter on timing-related attributes for API test runs.
70
123
@@ -108,48 +161,33 @@ The facets panel on the left lists several facets you can use to search through
108
161
109
162
| Facet | Description |
110
163
| -----------------------| ---------------------------------------------------------------------------------------|
111
- | ` Connection Outcome ` | The connection status for the TCP connection. Outcomes can be ` established ` , ` timeout ` , or ` refused ` . |
164
+ | < code > Connection& nbsp ; Outcome</ code > | The connection status for the TCP connection. Outcomes can be ` established ` , ` timeout ` , or ` refused ` . |
112
165
113
166
### Devices attributes
114
167
115
168
** Devices** facets are related to the devices used during test runs.
116
169
117
-
118
- {{< tabs >}}
119
- {{% tab "v1" %}}
120
-
121
170
| Facet | Description |
122
171
| --------------------------| --------------------------------------------------------------|
123
172
| ` Device Name ` | Name of the device used for testing. |
124
173
| ` Device Resolution Width ` | Width of the device resolution. |
125
174
| ` Device Resolution Height ` | Height of the device resolution. |
126
175
| ` Device Type ` | Type of the device used for testing. |
127
176
128
- {{% /tab %}}
129
- {{< /tabs >}}
130
-
131
177
### Browser attributes
132
178
133
179
** Browser** facets are related to browser tests.
134
180
135
- {{< tabs >}}
136
- {{% tab "v1" %}}
137
181
| Facet | Description |
138
182
| ------------------------| -----------------------------------------------------------------|
139
183
| ` Browser Type ` | Browser type used in the test. |
140
184
| ` Browser Version ` | Version of the browser used in the test. |
141
185
| ` Browser User Agent ` | User agent of the browser used. |
142
186
143
- {{% /tab %}}
144
- {{< /tabs >}}
145
-
146
187
### API attributes
147
188
148
189
** API** facets are related to API test runs.
149
190
150
- {{< tabs >}}
151
- {{% tab "v1" %}}
152
-
153
191
| Facet | Description |
154
192
| -------------------------------| -------------------------------------------------------------|
155
193
| ` Resolved IP ` | IP resolved by DNS resolution. |
@@ -179,31 +217,21 @@ The facets panel on the left lists several facets you can use to search through
179
217
| ` Handshake Response Headers ` | Headers during handshake response. |
180
218
| ` Handshake Response Status Code ` | Status code during handshake response. |
181
219
182
- {{% /tab %}}
183
- {{< /tabs >}}
184
-
185
220
### Mobile attributes
186
221
187
222
** Mobile** facets are related to mobile tests.
188
223
189
- {{< tabs >}}
190
- {{% tab "v1" %}}
191
224
| Facet | Description |
192
225
| ---------------------------| -------------------------------------------------------------|
193
226
| ` Mobile Platform ` | Platform name of the mobile device. |
194
227
| ` Mobile Application ` | Version ID of the mobile application. |
195
228
| ` Mobile Platform Version ` | Version of mobile platform. |
196
229
| ` Device Resolution Pixel Ratio ` | Pixel ratio of the device display. |
197
- {{% /tab %}}
198
- {{< /tabs >}}
199
230
200
231
### Continuous Testing attributes
201
232
202
233
** Continuous Testing** facets are related to continuous testing.
203
234
204
- {{< tabs >}}
205
- {{% tab "v1" %}}
206
-
207
235
| Facet | Description |
208
236
| --------------------------| -------------------------------------------------------------------------------|
209
237
| ` Concurrency Wait Time ` | Wait time in concurrency testing. |
@@ -221,24 +249,16 @@ The facets panel on the left lists several facets you can use to search through
221
249
| ` CI Stage Name ` | Name of the stage in the CI process. |
222
250
| ` CI Workspace Path ` | Workspace path in CI process. |
223
251
224
- {{% /tab %}}
225
- {{< /tabs >}}
226
-
227
252
### Step attributes
228
253
229
254
** Step** facets are related to test steps.
230
255
231
- {{< tabs >}}
232
- {{% tab "v1" %}}
233
-
234
256
| Facet | Description |
235
257
| ---------------| --------------------------------|
236
258
| ` Step ID ` | Identifier for test steps. |
237
259
| ` Step Name ` | Name of the test steps. |
238
260
| ` Step Status ` | Status of the test steps. |
239
261
240
- {{% /tab %}}
241
- {{< /tabs >}}
242
262
243
263
To filter on test runs that are retries, create a search query using ` @result.isFastRetry:true ` . You can also retrieve the last run for a test with retries using the ` @result.isLastRetry:true ` field.
244
264
0 commit comments