-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Expand file tree
/
Copy pathTestRuns_List.json
More file actions
58 lines (58 loc) · 1.48 KB
/
TestRuns_List.json
File metadata and controls
58 lines (58 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"title": "TestRuns_List",
"operationId": "TestRuns_List",
"parameters": {
"api-version": "2025-07-01-preview",
"workspaceId": "00000000-0000-0000-0000-000000000000"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "00000000-0000-0000-0000-000000000000",
"displayName": "string",
"creatorId": "string",
"creatorName": "string",
"config": {
"framework": {
"name": "string",
"version": "string",
"runnerName": "string"
},
"sdkLanguage": "JAVASCRIPT"
},
"ciConfig": {
"providerName": "string",
"branch": "string",
"author": "string",
"commitId": "string",
"revisionUrl": "string"
},
"summary": {
"status": "RUNNING",
"billableTime": 0,
"numBrowserSessions": 0,
"jobs": [
"string"
],
"projects": [
"string"
],
"tags": [
"string"
],
"startTime": "2025-06-06T11:43:28.954Z",
"endTime": "2025-06-06T11:43:28.954Z",
"duration": 0,
"errorMessages": [
"string"
]
}
}
],
"nextLink": null
}
}
}
}