Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// Kind represents the type definition of this config.
Kind = "cypress"
)
Config descriptors.
Functions ¶
This section is empty.
Types ¶
type Project ¶
type Project interface { FilterSuites(suiteName string) error CleanPackages() ApplyFlags(selectedSuite string) error AppendTags([]string) Validate() error IsSharded() bool SetDefaults() GetSuiteCount() int GetVersion() string GetRunnerVersion() string SetVersion(version string) GetSauceCfg() config.SauceConfig IsDryRun() bool GetRootDir() string GetSuiteNames() string GetCfgPath() string GetCLIFlags() map[string]interface{} GetArtifactsCfg() config.Artifacts IsShowConsoleLog() bool GetBeforeExec() []string GetReporter() config.Reporters GetNotifications() config.Notifications GetNpm() config.Npm SetCLIFlags(map[string]interface{}) GetSuites() []suite.Suite GetKind() string SetRunnerVersion(string) GetSuite() suite.Suite GetAPIVersion() string GetSmartRetry(suiteName string) config.SmartRetry FilterFailedTests(suiteName string, report saucereport.SauceReport) error IsSmartRetried() bool }
Click to show internal directories.
Click to hide internal directories.