GoogleApi.Testing.V1.Model.IosRoboTest (google_api_testing v0.34.0)

View Source

A test that explores an iOS application on an iOS device.

Attributes

  • appBundleId (type: String.t, default: nil) - The bundle ID for the app-under-test. This is determined by examining the application's "Info.plist" file.
  • appIpa (type: GoogleApi.Testing.V1.Model.FileReference.t, default: nil) - Required. The ipa stored at this file should be used to run the test.
  • roboScript (type: GoogleApi.Testing.V1.Model.FileReference.t, default: nil) - An optional Roboscript to customize the crawl. See https://firebase.google.com/docs/test-lab/android/robo-scripts-reference for more information about Roboscripts. The maximum allowed file size of the roboscript is 10MiB.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Testing.V1.Model.IosRoboTest{
  appBundleId: String.t() | nil,
  appIpa: GoogleApi.Testing.V1.Model.FileReference.t() | nil,
  roboScript: GoogleApi.Testing.V1.Model.FileReference.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.