Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GetLastState = func() ([]string, error) { meta := readLastState() util.SetWorkingDir(config.ProjectRoot) if len(meta.FailedItems) == 0 { return nil, errors.New("No failed tests found.") } return meta.args(), nil }
Functions ¶
func ListenFailedScenarios ¶
ListenFailedScenarios listens to execution events and writes the failed scenarios to JSON file
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.