Skip to content

Commit 3a4294d

Browse files
authored
remove v0/v1 references (#28525)
1 parent 83daa6e commit 3a4294d

File tree

1 file changed

+93
-73
lines changed

1 file changed

+93
-73
lines changed

content/en/synthetics/explore/results_explorer/search_runs.md

+93-73
Original file line numberDiff line numberDiff line change
@@ -24,47 +24,100 @@ You can use facets to accomplish the following actions:
2424

2525
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**.
2626

27-
<div class="alert alert-info">The following list of available facets may vary depending on your site and region.</a></div>
28-
2927
### Common test run attributes
3028

31-
{{< tabs >}}
32-
{{% tab "v0" %}}
33-
34-
| Facet | Description |
35-
|----------------------------------|----------------------------------------------------------------------------------------------------------------|
36-
| `Batch ID` | The batch ID associated with the test run. |
37-
| <code>Execution&nbsp;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&nbsp;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
68121

69122
**Timings** facets allow you to filter on timing-related attributes for API test runs.
70123

@@ -108,48 +161,33 @@ The facets panel on the left lists several facets you can use to search through
108161

109162
| Facet | Description |
110163
|-----------------------|---------------------------------------------------------------------------------------|
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`. |
112165

113166
### Devices attributes
114167

115168
**Devices** facets are related to the devices used during test runs.
116169

117-
118-
{{< tabs >}}
119-
{{% tab "v1" %}}
120-
121170
| Facet | Description |
122171
|--------------------------|--------------------------------------------------------------|
123172
| `Device Name` | Name of the device used for testing. |
124173
| `Device Resolution Width`| Width of the device resolution. |
125174
| `Device Resolution Height`| Height of the device resolution. |
126175
| `Device Type` | Type of the device used for testing. |
127176

128-
{{% /tab %}}
129-
{{< /tabs >}}
130-
131177
### Browser attributes
132178

133179
**Browser** facets are related to browser tests.
134180

135-
{{< tabs >}}
136-
{{% tab "v1" %}}
137181
| Facet | Description |
138182
|------------------------|-----------------------------------------------------------------|
139183
| `Browser Type` | Browser type used in the test. |
140184
| `Browser Version` | Version of the browser used in the test. |
141185
| `Browser User Agent` | User agent of the browser used. |
142186

143-
{{% /tab %}}
144-
{{< /tabs >}}
145-
146187
### API attributes
147188

148189
**API** facets are related to API test runs.
149190

150-
{{< tabs >}}
151-
{{% tab "v1" %}}
152-
153191
| Facet | Description |
154192
|-------------------------------|-------------------------------------------------------------|
155193
| `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
179217
| `Handshake Response Headers` | Headers during handshake response. |
180218
| `Handshake Response Status Code` | Status code during handshake response. |
181219

182-
{{% /tab %}}
183-
{{< /tabs >}}
184-
185220
### Mobile attributes
186221

187222
**Mobile** facets are related to mobile tests.
188223

189-
{{< tabs >}}
190-
{{% tab "v1" %}}
191224
| Facet | Description |
192225
|---------------------------|-------------------------------------------------------------|
193226
| `Mobile Platform` | Platform name of the mobile device. |
194227
| `Mobile Application` | Version ID of the mobile application. |
195228
| `Mobile Platform Version` | Version of mobile platform. |
196229
| `Device Resolution Pixel Ratio` | Pixel ratio of the device display. |
197-
{{% /tab %}}
198-
{{< /tabs >}}
199230

200231
### Continuous Testing attributes
201232

202233
**Continuous Testing** facets are related to continuous testing.
203234

204-
{{< tabs >}}
205-
{{% tab "v1" %}}
206-
207235
| Facet | Description |
208236
|--------------------------|-------------------------------------------------------------------------------|
209237
| `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
221249
| `CI Stage Name` | Name of the stage in the CI process. |
222250
| `CI Workspace Path` | Workspace path in CI process. |
223251

224-
{{% /tab %}}
225-
{{< /tabs >}}
226-
227252
### Step attributes
228253

229254
**Step** facets are related to test steps.
230255

231-
{{< tabs >}}
232-
{{% tab "v1" %}}
233-
234256
| Facet | Description |
235257
|---------------|--------------------------------|
236258
| `Step ID` | Identifier for test steps. |
237259
| `Step Name` | Name of the test steps. |
238260
| `Step Status` | Status of the test steps. |
239261

240-
{{% /tab %}}
241-
{{< /tabs >}}
242262

243263
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.
244264

0 commit comments

Comments
 (0)