googleapis.com – testing
Allows developers to run automated tests for their mobile applications on Google infrastructure.
- Homepage
- https://api.apis.guru/v2/specs/googleapis.com:testing/v1.json
- Provider
- googleapis.com:testing / testing
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/googleapis.com/testing/v1/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/googleapis.com/testing/v1/openapi.yaml
Tools (7)
Extracted live via the executor SDK.
-
applicationDetailService.testingApplicationDetailServiceGetApkDetailsGets the details of an Android application APK.
-
projects.testingProjectsTestMatricesCancelCancels unfinished test executions in a test matrix. This call returns immediately and cancellation proceeds asynchronously. If the matrix is already final, this operation will have no effect. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the Test Matrix does not exist
-
projects.testingProjectsTestMatricesCreateCreates and runs a matrix of tests according to the given specifications. Unsupported environments will be returned in the state UNSUPPORTED. A test matrix is limited to use at most 2000 devices in parallel. The returned matrix will not yet contain the executions that will be created for this matrix. That happens later on and will require a call to GetTestMatrix. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to write to project - INVALID_ARGUMENT - if the request is malformed or if the matrix tries to use too many simultaneous devices.
-
projects.testingProjectsTestMatricesGetChecks the status of a test matrix and the executions once they are created. The test matrix will contain the list of test executions to run if and only if the resultStorage.toolResultsExecution fields have been populated. Note: Flaky test executions may still be added to the matrix at a later stage. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the Test Matrix does not exist
-
testEnvironmentCatalog.testingTestEnvironmentCatalogGetGets the catalog of supported test environments. May return any of the following canonical error codes: - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the environment type does not exist - INTERNAL - if an internal error occurred
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools