Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoTestOutput ¶
type JestOutput ¶
type JestOutput struct {
TestResults []JestOutputTestResult `json:"testResults"`
}
type JestOutputTestResult ¶
type JestOutputTestResult struct { AssertionResults []JestOutputAssertionResult `json:"assertionResults"` EndTime int64 `json:"endTime"` StartTime int64 `json:"startTime"` Name string `json:"name"` Status string `json:"status"` }
type TestService ¶
type TestService struct{}
func (TestService) ParseTestOutput ¶
func (t TestService) ParseTestOutput(stdout string, framework stella.TestFramework) (*stella.TestParseOutput, error)
Click to show internal directories.
Click to hide internal directories.