google_api_tool_results v0.15.0 API Reference

Modules

API calls for all endpoints tagged Projects.

Handle Tesla connections for GoogleApi.ToolResults.V1beta3.

A test of an Android application that can control an Android component independently of its normal lifecycle.

A test of an android application that explores the application on a virtual or physical Android device, finding culprits and crashes as it goes.

An Android mobile test specification.

Any contains an arbitrary serialized protocol buffer message along with a URL that describes the type of the serialized message.

Attributes

Encapsulates the metadata for basic sample series represented by a line chart

The request must provide up to a maximum of 5000 samples to be created; a larger sample size will cause an INVALID_ARGUMENT error

Attributes

  • perfSamples (type: list(GoogleApi.ToolResults.V1beta3.Model.PerfSample.t), default: nil) -

Attributes

  • cpuProcessor (type: String.t, default: nil) - description of the device processor ie '1.8 GHz hexa core 64-bit ARMv8-A'
  • cpuSpeedInGhz (type: number(), default: nil) - the CPU clock speed in GHz
  • numberOfCores (type: integer(), default: nil) - the number of CPU cores

A Duration represents a signed, fixed-length span of time represented as a count of seconds and fractions of seconds at nanosecond resolution. It is independent of any calendar and concepts like "day" or "month". It is related to Timestamp in that the difference between two Timestamp values is a Duration and it can be added or subtracted from a Timestamp. Range is approximately +-10,000 years.

An Execution represents a collection of Steps. For instance, it could represent: - a mobile test executed across a range of device configurations - a jenkins job with a build step followed by a test step

Details for an outcome with a FAILURE outcome summary.

Graphics statistics for the App. The information is collected from 'adb shell dumpsys graphicsstats'. For more info see: https://developer.android.com/training/testing/performance.html Statistics will only be present for API 23+.

Attributes

  • frameCount (type: String.t, default: nil) - Number of frames in the bucket.
  • renderMillis (type: String.t, default: nil) - Lower bound of render time in milliseconds.

A History represents a sorted list of Executions ordered by the start_timestamp_millis field (descending). It can be used to group all the Executions of a continuous build.

An image, with a link to the main image and a thumbnail.

Details for an outcome with an INCONCLUSIVE outcome summary.

Step Id and outcome of each individual step that was run as a group with other steps with the same configuration.

Attributes

  • executions (type: list(GoogleApi.ToolResults.V1beta3.Model.Execution.t), default: nil) - Executions.

Response message for HistoryService.List

Attributes

  • perfSampleSeries (type: list(GoogleApi.ToolResults.V1beta3.Model.PerfSampleSeries.t), default: nil) - The resulting PerfSampleSeries sorted by id

Attributes

  • nextPageToken (type: String.t, default: nil) - Optional, returned if result size exceeds the page size specified in the request (or the default page size, 500, if unspecified). It indicates the last sample timestamp to be used as page_token in subsequent request
  • perfSamples (type: list(GoogleApi.ToolResults.V1beta3.Model.PerfSample.t), default: nil) -

Attributes

  • clusters (type: list(GoogleApi.ToolResults.V1beta3.Model.ScreenshotCluster.t), default: nil) - The set of clusters associated with an execution Always set

A response containing the thumbnails in a step.

Response message for StepService.List.

Response message for StepService.ListTestCases.

Attributes

  • memoryCapInKibibyte (type: String.t, default: nil) - Maximum memory that can be allocated to the process in KiB
  • memoryTotalInKibibyte (type: String.t, default: nil) - Total memory available on the device in KiB

Details when multiple steps are run with the same configuration as a group.

Interprets a result so that humans and machines can act on it.

Encapsulates performance environment info

A summary of perf metrics collected and performance environment info

Resource representing a single performance measure or data point

Resource representing a collection of performance samples (or data points)

Stores rollup test status of multiple steps that were run as a group and outcome of each individual step.

Per-project settings for the Tool Results service.

Request message for StepService.PublishXunitXmlFiles.

Attributes

  • fileReference (type: String.t, default: nil) - File reference of the png file. Required.
  • locale (type: String.t, default: nil) - Locale of the device that the screenshot was taken on. Required.
  • model (type: String.t, default: nil) - Model of the device that the screenshot was taken on. Required.
  • version (type: String.t, default: nil) - OS version of the device that the screenshot was taken on. Required.

Attributes

  • activity (type: String.t, default: nil) - A string that describes the activity of every screen in the cluster.
  • clusterId (type: String.t, default: nil) - A unique identifier for the cluster.
  • keyScreen (type: GoogleApi.ToolResults.V1beta3.Model.Screen.t, default: nil) - A singular screen that represents the cluster as a whole. This screen will act as the "cover" of the entire cluster. When users look at the clusters, only the key screen from each cluster will be shown. Which screen is the key screen is determined by the ClusteringAlgorithm
  • screens (type: list(GoogleApi.ToolResults.V1beta3.Model.Screen.t), default: nil) - Full list of screens.

Details for an outcome with a SKIPPED outcome summary.

The details about how to run the execution.

The Status type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC. Each Status message contains three pieces of data: error code, error message, and error details.

A Step represents a single operation performed as part of Execution. A step can be used to represent the execution of a tool ( for example a test runner execution or an execution of a compiler).

Attributes

  • key (type: String.t, default: nil) -
  • value (type: String.t, default: nil) -

Attributes

  • key (type: String.t, default: nil) -
  • value (type: String.t, default: nil) -

Details for an outcome with a SUCCESS outcome summary.

Attributes

  • elapsedTime (type: GoogleApi.ToolResults.V1beta3.Model.Duration.t, default: nil) - The elapsed run time of the test case.

A step that represents running tests.

An issue detected occurring during a test execution.

A summary of a test suite result either parsed from XML or uploaded directly by a user.

Testing timing break down to know phases.

A single thumbnail, with its size and format.

A Timestamp represents a point in time independent of any time zone or local calendar, encoded as a count of seconds and fractions of seconds at nanosecond resolution. The count is relative to an epoch at UTC midnight on January 1, 1970, in the proleptic Gregorian calendar which extends the Gregorian calendar backwards to year one.

An execution of an arbitrary tool. It could be a test runner or a tool copying artifacts or deploying code.

Generic tool step to be used for binaries we do not explicitly support. For example: running cp to copy artifacts from one location to another.

Exit code from a tool execution.

A reference to a ToolExecution output file.