SpecificationResponse

data class SpecificationResponse(val androidTest: AndroidTestResponse, val iosTest: IosTestResponse)

The details about how to run the execution.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An Android mobile test execution specification.

Link copied to clipboard

An iOS mobile test execution specification.