@maxim_mazurok/gapi.client.testing-v1 0.0.20231013 → 0.0.20231017
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 +4 -4
- package/package.json +1 -1
- package/tests.ts +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: 20231017
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -680,7 +680,7 @@ declare namespace gapi.client {
|
|
|
680
680
|
interface ManualSharding {
|
|
681
681
|
/**
|
|
682
682
|
* Required. Group of packages, classes, and/or test methods to be run for each manually-created shard. You must specify at least one shard if this field is present. When you select
|
|
683
|
-
* one or more physical devices, the number of repeated test_targets_for_shard must be <= 50. When you select one or more ARM virtual devices, it must be <=
|
|
683
|
+
* one or more physical devices, the number of repeated test_targets_for_shard must be <= 50. When you select one or more ARM virtual devices, it must be <= 200. When you select only
|
|
684
684
|
* x86 virtual devices, it must be <= 500.
|
|
685
685
|
*/
|
|
686
686
|
testTargetsForShard?:
|
|
@@ -878,7 +878,7 @@ declare namespace gapi.client {
|
|
|
878
878
|
* Because the actual shard duration can exceed the targeted shard duration, we recommend that you set the targeted value at least 5 minutes less than the maximum allowed test timeout
|
|
879
879
|
* (45 minutes for physical devices and 60 minutes for virtual), or that you use the custom test timeout value that you set. This approach avoids cancelling the shard before all tests
|
|
880
880
|
* can finish. Note that there is a limit for maximum number of shards. When you select one or more physical devices, the number of shards must be <= 50. When you select one or more
|
|
881
|
-
* ARM virtual devices, it must be <=
|
|
881
|
+
* ARM virtual devices, it must be <= 200. When you select only x86 virtual devices, it must be <= 500. To guarantee at least one test case for per shard, the number of shards will not
|
|
882
882
|
* exceed the number of test cases. Each shard created counts toward daily test quota.
|
|
883
883
|
*/
|
|
884
884
|
targetedShardDuration?:
|
|
@@ -1140,7 +1140,7 @@ declare namespace gapi.client {
|
|
|
1140
1140
|
interface UniformSharding {
|
|
1141
1141
|
/**
|
|
1142
1142
|
* Required. The total number of shards to create. This must always be a positive number that is no greater than the total number of test cases. When you select one or more physical
|
|
1143
|
-
* devices, the number of shards must be <= 50. When you select one or more ARM virtual devices, it must be <=
|
|
1143
|
+
* devices, the number of shards must be <= 50. When you select one or more ARM virtual devices, it must be <= 200. When you select only x86 virtual devices, it must be <= 500.
|
|
1144
1144
|
*/
|
|
1145
1145
|
numShards?:
|
|
1146
1146
|
number;
|
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20231017
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|