google_api_testing v0.5.0 GoogleApi.Testing.V1.Model.IosXcTest View Source
A test of an iOS application that uses the XCTest framework. Xcode supports the option to "build for testing", which generates an .xctestrun file that contains a test specification (arguments, test methods, etc). This test type accepts a zip file containing the .xctestrun file and the corresponding contents of the Build/Products directory that contains all the binaries needed to run the tests.
Attributes
appBundleId
(type:String.t
, default:nil
) - Output only. The bundle id for the application under test.testsZip
(type:GoogleApi.Testing.V1.Model.FileReference.t
, default:nil
) - Required. The .zip containing the .xctestrun file and the contents of the DerivedData/Build/Products directory. The .xctestrun file in this zip is ignored if the xctestrun field is specified.xcodeVersion
(type:String.t
, default:nil
) - The Xcode version that should be used for the test. Use the TestEnvironmentDiscoveryService to get supported options. Defaults to the latest Xcode version Firebase Test Lab supports.xctestrun
(type:GoogleApi.Testing.V1.Model.FileReference.t
, default:nil
) - An .xctestrun file that will override the .xctestrun file in the tests zip. Because the .xctestrun file contains environment variables along with test methods to run and/or ignore, this can be useful for sharding tests. Default is taken from the tests zip.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Testing.V1.Model.IosXcTest{ appBundleId: String.t(), testsZip: GoogleApi.Testing.V1.Model.FileReference.t(), xcodeVersion: String.t(), xctestrun: GoogleApi.Testing.V1.Model.FileReference.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.