Skip to content

Commit 98d5c1d

Browse files
feat(testing): update the api
#### testing:v1 The following keys were deleted: - schemas.AndroidRoboTest.properties.maxDepth (Total Keys: 2) - schemas.AndroidRoboTest.properties.maxSteps (Total Keys: 2)
1 parent b9be56f commit 98d5c1d

File tree

2 files changed

+1
-23
lines changed

2 files changed

+1
-23
lines changed

docs/dyn/testing_v1.projects.testMatrices.html

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,6 @@ <h3>Method Details</h3>
269269
},
270270
&quot;appInitialActivity&quot;: &quot;A String&quot;, # The initial activity that should be used to start the app.
271271
&quot;appPackageId&quot;: &quot;A String&quot;, # The java package for the application under test. The default value is determined by examining the application&#x27;s manifest.
272-
&quot;maxDepth&quot;: 42, # The max depth of the traversal stack Robo can explore. Needs to be at least 2 to make Robo explore the app beyond the first activity. Default is 50.
273-
&quot;maxSteps&quot;: 42, # The max number of steps Robo can execute. Default is no limit.
274272
&quot;roboDirectives&quot;: [ # A set of directives Robo should apply during the crawl. This allows users to customize the crawl. For example, the username and password for a test account can be provided.
275273
{ # Directs Robo to interact with a specific UI element if it is encountered during the crawl. Currently, Robo can perform text entry or element click.
276274
&quot;actionType&quot;: &quot;A String&quot;, # Required. The type of action that Robo should perform on the specified element.
@@ -464,8 +462,6 @@ <h3>Method Details</h3>
464462
},
465463
&quot;appInitialActivity&quot;: &quot;A String&quot;, # The initial activity that should be used to start the app.
466464
&quot;appPackageId&quot;: &quot;A String&quot;, # The java package for the application under test. The default value is determined by examining the application&#x27;s manifest.
467-
&quot;maxDepth&quot;: 42, # The max depth of the traversal stack Robo can explore. Needs to be at least 2 to make Robo explore the app beyond the first activity. Default is 50.
468-
&quot;maxSteps&quot;: 42, # The max number of steps Robo can execute. Default is no limit.
469465
&quot;roboDirectives&quot;: [ # A set of directives Robo should apply during the crawl. This allows users to customize the crawl. For example, the username and password for a test account can be provided.
470466
{ # Directs Robo to interact with a specific UI element if it is encountered during the crawl. Currently, Robo can perform text entry or element click.
471467
&quot;actionType&quot;: &quot;A String&quot;, # Required. The type of action that Robo should perform on the specified element.
@@ -763,8 +759,6 @@ <h3>Method Details</h3>
763759
},
764760
&quot;appInitialActivity&quot;: &quot;A String&quot;, # The initial activity that should be used to start the app.
765761
&quot;appPackageId&quot;: &quot;A String&quot;, # The java package for the application under test. The default value is determined by examining the application&#x27;s manifest.
766-
&quot;maxDepth&quot;: 42, # The max depth of the traversal stack Robo can explore. Needs to be at least 2 to make Robo explore the app beyond the first activity. Default is 50.
767-
&quot;maxSteps&quot;: 42, # The max number of steps Robo can execute. Default is no limit.
768762
&quot;roboDirectives&quot;: [ # A set of directives Robo should apply during the crawl. This allows users to customize the crawl. For example, the username and password for a test account can be provided.
769763
{ # Directs Robo to interact with a specific UI element if it is encountered during the crawl. Currently, Robo can perform text entry or element click.
770764
&quot;actionType&quot;: &quot;A String&quot;, # Required. The type of action that Robo should perform on the specified element.
@@ -958,8 +952,6 @@ <h3>Method Details</h3>
958952
},
959953
&quot;appInitialActivity&quot;: &quot;A String&quot;, # The initial activity that should be used to start the app.
960954
&quot;appPackageId&quot;: &quot;A String&quot;, # The java package for the application under test. The default value is determined by examining the application&#x27;s manifest.
961-
&quot;maxDepth&quot;: 42, # The max depth of the traversal stack Robo can explore. Needs to be at least 2 to make Robo explore the app beyond the first activity. Default is 50.
962-
&quot;maxSteps&quot;: 42, # The max number of steps Robo can execute. Default is no limit.
963955
&quot;roboDirectives&quot;: [ # A set of directives Robo should apply during the crawl. This allows users to customize the crawl. For example, the username and password for a test account can be provided.
964956
{ # Directs Robo to interact with a specific UI element if it is encountered during the crawl. Currently, Robo can perform text entry or element click.
965957
&quot;actionType&quot;: &quot;A String&quot;, # Required. The type of action that Robo should perform on the specified element.
@@ -1264,8 +1256,6 @@ <h3>Method Details</h3>
12641256
},
12651257
&quot;appInitialActivity&quot;: &quot;A String&quot;, # The initial activity that should be used to start the app.
12661258
&quot;appPackageId&quot;: &quot;A String&quot;, # The java package for the application under test. The default value is determined by examining the application&#x27;s manifest.
1267-
&quot;maxDepth&quot;: 42, # The max depth of the traversal stack Robo can explore. Needs to be at least 2 to make Robo explore the app beyond the first activity. Default is 50.
1268-
&quot;maxSteps&quot;: 42, # The max number of steps Robo can execute. Default is no limit.
12691259
&quot;roboDirectives&quot;: [ # A set of directives Robo should apply during the crawl. This allows users to customize the crawl. For example, the username and password for a test account can be provided.
12701260
{ # Directs Robo to interact with a specific UI element if it is encountered during the crawl. Currently, Robo can perform text entry or element click.
12711261
&quot;actionType&quot;: &quot;A String&quot;, # Required. The type of action that Robo should perform on the specified element.
@@ -1459,8 +1449,6 @@ <h3>Method Details</h3>
14591449
},
14601450
&quot;appInitialActivity&quot;: &quot;A String&quot;, # The initial activity that should be used to start the app.
14611451
&quot;appPackageId&quot;: &quot;A String&quot;, # The java package for the application under test. The default value is determined by examining the application&#x27;s manifest.
1462-
&quot;maxDepth&quot;: 42, # The max depth of the traversal stack Robo can explore. Needs to be at least 2 to make Robo explore the app beyond the first activity. Default is 50.
1463-
&quot;maxSteps&quot;: 42, # The max number of steps Robo can execute. Default is no limit.
14641452
&quot;roboDirectives&quot;: [ # A set of directives Robo should apply during the crawl. This allows users to customize the crawl. For example, the username and password for a test account can be provided.
14651453
{ # Directs Robo to interact with a specific UI element if it is encountered during the crawl. Currently, Robo can perform text entry or element click.
14661454
&quot;actionType&quot;: &quot;A String&quot;, # Required. The type of action that Robo should perform on the specified element.

googleapiclient/discovery_cache/documents/testing.v1.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@
282282
}
283283
}
284284
},
285-
"revision": "20211207",
285+
"revision": "20211228",
286286
"rootUrl": "https://testing.googleapis.com/",
287287
"schemas": {
288288
"Account": {
@@ -572,16 +572,6 @@
572572
"description": "The java package for the application under test. The default value is determined by examining the application's manifest.",
573573
"type": "string"
574574
},
575-
"maxDepth": {
576-
"description": "The max depth of the traversal stack Robo can explore. Needs to be at least 2 to make Robo explore the app beyond the first activity. Default is 50.",
577-
"format": "int32",
578-
"type": "integer"
579-
},
580-
"maxSteps": {
581-
"description": "The max number of steps Robo can execute. Default is no limit.",
582-
"format": "int32",
583-
"type": "integer"
584-
},
585575
"roboDirectives": {
586576
"description": "A set of directives Robo should apply during the crawl. This allows users to customize the crawl. For example, the username and password for a test account can be provided.",
587577
"items": {

0 commit comments

Comments
 (0)