@@ -117,6 +117,15 @@ <h3>Method Details</h3>
117
117
"createTime": "A String", # Output only. Timestamp when the test was run.
118
118
"deviceExecutions": [ # Required. The results of the test on each device.
119
119
{ # The results of running an automated test on a particular device.
120
+ "aiStepResults": [ # Output only. Results of the AI steps if passed in
121
+ { # Captures the results of an AiStep
122
+ "state": "A String", # Output only. The current state of the step
123
+ "step": { # A step to be accomplished by the AI # Required. The step performed by the AI
124
+ "assertion": "A String", # An assertion to be checked by the AI
125
+ "goal": "A String", # A goal to be accomplished by the AI
126
+ },
127
+ },
128
+ ],
120
129
"appCrash": { # An app crash that occurred during an automated test. # Output only. An app crash, if any occurred during the test.
121
130
"message": "A String", # Output only. The message associated with the crash.
122
131
"stackTrace": "A String", # Output only. The raw stack trace.
@@ -178,6 +187,15 @@ <h3>Method Details</h3>
178
187
"createTime": "A String", # Output only. Timestamp when the test was run.
179
188
"deviceExecutions": [ # Required. The results of the test on each device.
180
189
{ # The results of running an automated test on a particular device.
190
+ "aiStepResults": [ # Output only. Results of the AI steps if passed in
191
+ { # Captures the results of an AiStep
192
+ "state": "A String", # Output only. The current state of the step
193
+ "step": { # A step to be accomplished by the AI # Required. The step performed by the AI
194
+ "assertion": "A String", # An assertion to be checked by the AI
195
+ "goal": "A String", # A goal to be accomplished by the AI
196
+ },
197
+ },
198
+ ],
181
199
"appCrash": { # An app crash that occurred during an automated test. # Output only. An app crash, if any occurred during the test.
182
200
"message": "A String", # Output only. The message associated with the crash.
183
201
"stackTrace": "A String", # Output only. The raw stack trace.
@@ -245,6 +263,15 @@ <h3>Method Details</h3>
245
263
"createTime": "A String", # Output only. Timestamp when the test was run.
246
264
"deviceExecutions": [ # Required. The results of the test on each device.
247
265
{ # The results of running an automated test on a particular device.
266
+ "aiStepResults": [ # Output only. Results of the AI steps if passed in
267
+ { # Captures the results of an AiStep
268
+ "state": "A String", # Output only. The current state of the step
269
+ "step": { # A step to be accomplished by the AI # Required. The step performed by the AI
270
+ "assertion": "A String", # An assertion to be checked by the AI
271
+ "goal": "A String", # A goal to be accomplished by the AI
272
+ },
273
+ },
274
+ ],
248
275
"appCrash": { # An app crash that occurred during an automated test. # Output only. An app crash, if any occurred during the test.
249
276
"message": "A String", # Output only. The message associated with the crash.
250
277
"stackTrace": "A String", # Output only. The raw stack trace.
@@ -317,6 +344,15 @@ <h3>Method Details</h3>
317
344
"createTime": "A String", # Output only. Timestamp when the test was run.
318
345
"deviceExecutions": [ # Required. The results of the test on each device.
319
346
{ # The results of running an automated test on a particular device.
347
+ "aiStepResults": [ # Output only. Results of the AI steps if passed in
348
+ { # Captures the results of an AiStep
349
+ "state": "A String", # Output only. The current state of the step
350
+ "step": { # A step to be accomplished by the AI # Required. The step performed by the AI
351
+ "assertion": "A String", # An assertion to be checked by the AI
352
+ "goal": "A String", # A goal to be accomplished by the AI
353
+ },
354
+ },
355
+ ],
320
356
"appCrash": { # An app crash that occurred during an automated test. # Output only. An app crash, if any occurred during the test.
321
357
"message": "A String", # Output only. The message associated with the crash.
322
358
"stackTrace": "A String", # Output only. The raw stack trace.
0 commit comments