@maxim_mazurok/gapi.client.testing-v1 0.1.20250930 → 0.1.20251003
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +3 -3
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://testing.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20251003
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -690,7 +690,7 @@ declare namespace gapi.client {
|
|
|
690
690
|
interface TestSetup {
|
|
691
691
|
/** The device will be logged in on this account for the duration of the test. */
|
|
692
692
|
account?: Account;
|
|
693
|
-
/** APKs to install in addition to those being directly tested. These will be installed after the app under test.
|
|
693
|
+
/** 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. */
|
|
694
694
|
additionalApks?: Apk[];
|
|
695
695
|
/** List of directories on the device to upload to GCS at the end of the test; they must be absolute paths under /sdcard, /storage or /data/local/tmp. Path names are restricted to characters a-z A-Z 0-9 _ - . + and / Note: The paths /sdcard and /data will be made available and treated as implicit path substitutions. E.g. if /sdcard on a particular device does not map to external storage, the system will replace it with the external storage path prefix for that device. */
|
|
696
696
|
directoriesToPull?: string[];
|
|
@@ -700,7 +700,7 @@ declare namespace gapi.client {
|
|
|
700
700
|
environmentVariables?: EnvironmentVariable[];
|
|
701
701
|
/** List of files to push to the device before starting the test. */
|
|
702
702
|
filesToPush?: DeviceFile[];
|
|
703
|
-
/** Optional. Initial setup APKs to install before the app under test is installed.
|
|
703
|
+
/** 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. */
|
|
704
704
|
initialSetupApks?: Apk[];
|
|
705
705
|
/** The network traffic profile used for running the test. Available network profiles can be queried by using the NETWORK_CONFIGURATION environment type when calling TestEnvironmentDiscoveryService.GetTestEnvironmentCatalog. */
|
|
706
706
|
networkProfile?: string;
|