Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ConfigPath = homeDir + "/config.yaml"
ConfigPath represents the path for the runner config.
View Source
var LogFiles = []string{
logDir + "/chrome_browser.log",
logDir + "/firefox_browser.log",
logDir + "/supervisord.log",
logDir + "/video-rec-stderr.log",
logDir + "/video-rec-stdout.log",
logDir + "/wait-xvfb.1.log",
logDir + "/wait-xvfb.2.log",
logDir + "/wait-xvfb-stdout.log",
logDir + "/xvfb-tryouts-stderr.log",
logDir + "/xvfb-tryouts-stdout.log",
homeDir + "/videos/video.mp4",
homeDir + "/docker.log",
}
LogFiles contains the locations of log and resource files that are useful for reporting.
Functions ¶
This section is empty.
Types ¶
type BaseRunner ¶
type BaseRunner struct { Project config.Project RunnerConfig config.RunnerConfiguration Ctx context.Context Cli *command.SauceCtlCli Sequencer fleet.Sequencer }
BaseRunner contains common properties across all runners
type Testrunner ¶
Testrunner describes the test runner interface
Click to show internal directories.
Click to hide internal directories.