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
Copy file name to clipboardExpand all lines: docs/dyn/firebaseappdistribution_v1alpha.projects.apps.html
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -109,6 +109,7 @@ <h3>Method Details</h3>
109
109
An object of the form:
110
110
111
111
{ # Configuration for automated tests
112
+
"displayName": "A String", # Optional. Display name of the AI driven test. Required if the release test is created with multiple goals.
112
113
"name": "A String", # Identifier. The name of the test configuration resource. Format: `projects/{project_number}/apps/{app_id}/testConfig`
113
114
"roboCrawler": { # Configuration for Robo crawler # Optional. Configuration for Robo crawler
114
115
"aiInstructions": { # Instructions for AI driven test # Optional. Instructions for AI driven test
@@ -117,6 +118,8 @@ <h3>Method Details</h3>
117
118
{ # A step to be accomplished by the AI
118
119
"assertion": "A String", # An assertion to be checked by the AI
119
120
"goal": "A String", # A goal to be accomplished by the AI
121
+
"hint": "A String", # Optional. Hint text containing suggestions to help the agent accomplish the goal
122
+
"successCriteria": "A String", # Optional. A description of criteria the agent should use to determine if the goal has been successfully completed
120
123
},
121
124
],
122
125
},
@@ -151,6 +154,7 @@ <h3>Method Details</h3>
151
154
The object takes the form of:
152
155
153
156
{ # Configuration for automated tests
157
+
"displayName": "A String", # Optional. Display name of the AI driven test. Required if the release test is created with multiple goals.
154
158
"name": "A String", # Identifier. The name of the test configuration resource. Format: `projects/{project_number}/apps/{app_id}/testConfig`
155
159
"roboCrawler": { # Configuration for Robo crawler # Optional. Configuration for Robo crawler
156
160
"aiInstructions": { # Instructions for AI driven test # Optional. Instructions for AI driven test
@@ -159,6 +163,8 @@ <h3>Method Details</h3>
159
163
{ # A step to be accomplished by the AI
160
164
"assertion": "A String", # An assertion to be checked by the AI
161
165
"goal": "A String", # A goal to be accomplished by the AI
166
+
"hint": "A String", # Optional. Hint text containing suggestions to help the agent accomplish the goal
167
+
"successCriteria": "A String", # Optional. A description of criteria the agent should use to determine if the goal has been successfully completed
162
168
},
163
169
],
164
170
},
@@ -192,6 +198,7 @@ <h3>Method Details</h3>
192
198
An object of the form:
193
199
194
200
{ # Configuration for automated tests
201
+
"displayName": "A String", # Optional. Display name of the AI driven test. Required if the release test is created with multiple goals.
195
202
"name": "A String", # Identifier. The name of the test configuration resource. Format: `projects/{project_number}/apps/{app_id}/testConfig`
196
203
"roboCrawler": { # Configuration for Robo crawler # Optional. Configuration for Robo crawler
197
204
"aiInstructions": { # Instructions for AI driven test # Optional. Instructions for AI driven test
@@ -200,6 +207,8 @@ <h3>Method Details</h3>
200
207
{ # A step to be accomplished by the AI
201
208
"assertion": "A String", # An assertion to be checked by the AI
202
209
"goal": "A String", # A goal to be accomplished by the AI
210
+
"hint": "A String", # Optional. Hint text containing suggestions to help the agent accomplish the goal
211
+
"successCriteria": "A String", # Optional. A description of criteria the agent should use to determine if the goal has been successfully completed
Copy file name to clipboardExpand all lines: docs/dyn/firebaseappdistribution_v1alpha.projects.apps.releases.tests.html
+20-4Lines changed: 20 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,8 @@ <h3>Method Details</h3>
132
132
{ # A step to be accomplished by the AI
133
133
"assertion": "A String", # An assertion to be checked by the AI
134
134
"goal": "A String", # A goal to be accomplished by the AI
135
+
"hint": "A String", # Optional. Hint text containing suggestions to help the agent accomplish the goal
136
+
"successCriteria": "A String", # Optional. A description of criteria the agent should use to determine if the goal has been successfully completed
135
137
},
136
138
],
137
139
},
@@ -199,6 +201,8 @@ <h3>Method Details</h3>
199
201
"step": { # A step to be accomplished by the AI # Required. The step performed by the AI
200
202
"assertion": "A String", # An assertion to be checked by the AI
201
203
"goal": "A String", # A goal to be accomplished by the AI
204
+
"hint": "A String", # Optional. Hint text containing suggestions to help the agent accomplish the goal
205
+
"successCriteria": "A String", # Optional. A description of criteria the agent should use to determine if the goal has been successfully completed
202
206
},
203
207
},
204
208
],
@@ -229,7 +233,7 @@ <h3>Method Details</h3>
229
233
"videoUri": "A String", # Output only. A URI to a video of the test run.
230
234
},
231
235
],
232
-
"displayName": "A String", # Optional. Display name of the release test. Required if the release test is created with multiple goals
236
+
"displayName": "A String", # Optional. Display name of the release test. Required if the release test is created with multiple goals.
233
237
"loginCredential": { # Login credential for automated tests # Optional. Input only. Login credentials for the test. Input only.
234
238
"fieldHints": { # Hints to the crawler for identifying input fields # Optional. Hints to the crawler for identifying input fields
235
239
"passwordResourceName": "A String", # Required. The Android resource name of the password UI element. For example, in Java: R.string.foo in xml: @string/foo Only the "foo" part is needed. Reference doc: https://developer.android.com/guide/topics/resources/accessing-resources.html
@@ -259,6 +263,8 @@ <h3>Method Details</h3>
259
263
{ # A step to be accomplished by the AI
260
264
"assertion": "A String", # An assertion to be checked by the AI
261
265
"goal": "A String", # A goal to be accomplished by the AI
266
+
"hint": "A String", # Optional. Hint text containing suggestions to help the agent accomplish the goal
267
+
"successCriteria": "A String", # Optional. A description of criteria the agent should use to determine if the goal has been successfully completed
262
268
},
263
269
],
264
270
},
@@ -326,6 +332,8 @@ <h3>Method Details</h3>
326
332
"step": { # A step to be accomplished by the AI # Required. The step performed by the AI
327
333
"assertion": "A String", # An assertion to be checked by the AI
328
334
"goal": "A String", # A goal to be accomplished by the AI
335
+
"hint": "A String", # Optional. Hint text containing suggestions to help the agent accomplish the goal
336
+
"successCriteria": "A String", # Optional. A description of criteria the agent should use to determine if the goal has been successfully completed
329
337
},
330
338
},
331
339
],
@@ -356,7 +364,7 @@ <h3>Method Details</h3>
356
364
"videoUri": "A String", # Output only. A URI to a video of the test run.
357
365
},
358
366
],
359
-
"displayName": "A String", # Optional. Display name of the release test. Required if the release test is created with multiple goals
367
+
"displayName": "A String", # Optional. Display name of the release test. Required if the release test is created with multiple goals.
360
368
"loginCredential": { # Login credential for automated tests # Optional. Input only. Login credentials for the test. Input only.
361
369
"fieldHints": { # Hints to the crawler for identifying input fields # Optional. Hints to the crawler for identifying input fields
362
370
"passwordResourceName": "A String", # Required. The Android resource name of the password UI element. For example, in Java: R.string.foo in xml: @string/foo Only the "foo" part is needed. Reference doc: https://developer.android.com/guide/topics/resources/accessing-resources.html
@@ -392,6 +400,8 @@ <h3>Method Details</h3>
392
400
{ # A step to be accomplished by the AI
393
401
"assertion": "A String", # An assertion to be checked by the AI
394
402
"goal": "A String", # A goal to be accomplished by the AI
403
+
"hint": "A String", # Optional. Hint text containing suggestions to help the agent accomplish the goal
404
+
"successCriteria": "A String", # Optional. A description of criteria the agent should use to determine if the goal has been successfully completed
395
405
},
396
406
],
397
407
},
@@ -459,6 +469,8 @@ <h3>Method Details</h3>
459
469
"step": { # A step to be accomplished by the AI # Required. The step performed by the AI
460
470
"assertion": "A String", # An assertion to be checked by the AI
461
471
"goal": "A String", # A goal to be accomplished by the AI
472
+
"hint": "A String", # Optional. Hint text containing suggestions to help the agent accomplish the goal
473
+
"successCriteria": "A String", # Optional. A description of criteria the agent should use to determine if the goal has been successfully completed
462
474
},
463
475
},
464
476
],
@@ -489,7 +501,7 @@ <h3>Method Details</h3>
489
501
"videoUri": "A String", # Output only. A URI to a video of the test run.
490
502
},
491
503
],
492
-
"displayName": "A String", # Optional. Display name of the release test. Required if the release test is created with multiple goals
504
+
"displayName": "A String", # Optional. Display name of the release test. Required if the release test is created with multiple goals.
493
505
"loginCredential": { # Login credential for automated tests # Optional. Input only. Login credentials for the test. Input only.
494
506
"fieldHints": { # Hints to the crawler for identifying input fields # Optional. Hints to the crawler for identifying input fields
495
507
"passwordResourceName": "A String", # Required. The Android resource name of the password UI element. For example, in Java: R.string.foo in xml: @string/foo Only the "foo" part is needed. Reference doc: https://developer.android.com/guide/topics/resources/accessing-resources.html
@@ -535,6 +547,8 @@ <h3>Method Details</h3>
535
547
{ # A step to be accomplished by the AI
536
548
"assertion": "A String", # An assertion to be checked by the AI
537
549
"goal": "A String", # A goal to be accomplished by the AI
550
+
"hint": "A String", # Optional. Hint text containing suggestions to help the agent accomplish the goal
551
+
"successCriteria": "A String", # Optional. A description of criteria the agent should use to determine if the goal has been successfully completed
538
552
},
539
553
],
540
554
},
@@ -602,6 +616,8 @@ <h3>Method Details</h3>
602
616
"step": { # A step to be accomplished by the AI # Required. The step performed by the AI
603
617
"assertion": "A String", # An assertion to be checked by the AI
604
618
"goal": "A String", # A goal to be accomplished by the AI
619
+
"hint": "A String", # Optional. Hint text containing suggestions to help the agent accomplish the goal
620
+
"successCriteria": "A String", # Optional. A description of criteria the agent should use to determine if the goal has been successfully completed
605
621
},
606
622
},
607
623
],
@@ -632,7 +648,7 @@ <h3>Method Details</h3>
632
648
"videoUri": "A String", # Output only. A URI to a video of the test run.
633
649
},
634
650
],
635
-
"displayName": "A String", # Optional. Display name of the release test. Required if the release test is created with multiple goals
651
+
"displayName": "A String", # Optional. Display name of the release test. Required if the release test is created with multiple goals.
636
652
"loginCredential": { # Login credential for automated tests # Optional. Input only. Login credentials for the test. Input only.
637
653
"fieldHints": { # Hints to the crawler for identifying input fields # Optional. Hints to the crawler for identifying input fields
638
654
"passwordResourceName": "A String", # Required. The Android resource name of the password UI element. For example, in Java: R.string.foo in xml: @string/foo Only the "foo" part is needed. Reference doc: https://developer.android.com/guide/topics/resources/accessing-resources.html
0 commit comments