Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetDeviceDefaultValues ¶
func SetDeviceDefaultValues(p *Project)
SetDeviceDefaultValues sets device default values.
Types ¶
type Project ¶
type Project struct { config.TypeDef `yaml:",inline"` ConfigFilePath string `yaml:"-" json:"-"` Sauce config.SauceConfig `yaml:"sauce,omitempty" json:"sauce"` Xcuitest Xcuitest `yaml:"xcuitest,omitempty" json:"xcuitest"` Suites []Suite `yaml:"suites,omitempty" json:"suites"` Artifacts config.Artifacts `yaml:"artifacts,omitempty" json:"artifacts"` }
Project represents the xcuitest project configuration.
type Suite ¶
type Suite struct { Name string `yaml:"name,omitempty" json:"name"` Devices []config.Device `yaml:"devices,omitempty" json:"devices"` TestOptions TestOptions `yaml:"testOptions,omitempty" json:"testOptions"` }
Suite represents the xcuitest test suite configuration.
type TestOptions ¶
type TestOptions struct {
Class []string `yaml:"class,omitempty" json:"class"`
}
TestOptions represents the xcuitest test filter options configuration.
Click to show internal directories.
Click to hide internal directories.