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
#### testing:v1
The following keys were changed:
- schemas.TestSetup.properties.additionalApks.description
- schemas.TestSetup.properties.initialSetupApks.description
Copy file name to clipboardExpand all lines: discovery/testing-v1.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -454,7 +454,7 @@
454
454
}
455
455
}
456
456
},
457
-
"revision": "20250819",
457
+
"revision": "20251003",
458
458
"rootUrl": "https://testing.googleapis.com/",
459
459
"schemas": {
460
460
"Account": {
@@ -2651,7 +2651,7 @@
2651
2651
"description": "The device will be logged in on this account for the duration of the test."
2652
2652
},
2653
2653
"additionalApks": {
2654
-
"description": "APKs to install in addition to those being directly tested. These will be installed after the app under test. Currently capped at 100.",
2654
+
"description": "APKs to install in addition to those being directly tested. These will be installed after the app under test. Limited to a combined total of 100 initial setup and additional files.",
2655
2655
"items": {
2656
2656
"$ref": "Apk"
2657
2657
},
@@ -2683,7 +2683,7 @@
2683
2683
"type": "array"
2684
2684
},
2685
2685
"initialSetupApks": {
2686
-
"description": "Optional. Initial setup APKs to install before the app under test is installed. Currently capped at 100.",
2686
+
"description": "Optional. Initial setup APKs to install before the app under test is installed. Limited to a combined total of 100 initial setup and additional files.",
* APKs to install in addition to those being directly tested. These will be installed after the app under test. Currently capped at 100.
1539
+
* APKs to install in addition to those being directly tested. These will be installed after the app under test. Limited to a combined total of 100 initial setup and additional files.
* Optional. Initial setup APKs to install before the app under test is installed. Currently capped at 100.
1559
+
* Optional. Initial setup APKs to install before the app under test is installed. Limited to a combined total of 100 initial setup and additional files.
0 commit comments