Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CukeComment ¶
type CukeDataTableRow ¶
type CukeDataTableRow struct {
Cells []string `json:"cells"`
}
type CukeDocstring ¶
type CukeElement ¶
type CukeFeatureJSON ¶
type CukeFeatureJSON struct { URI string `json:"uri"` ID string `json:"id"` Keyword string `json:"keyword"` Name string `json:"name"` Description string `json:"description"` Line int `json:"line"` Comments []CukeComment `json:"comments,omitempty"` Tags []CukeTag `json:"tags,omitempty"` Elements []CukeElement `json:"elements,omitempty"` }
CukeFeatureJSON ...
type CukeResult ¶
type CukeStep ¶
type CukeStep struct { Keyword string `json:"keyword"` Name string `json:"name"` Line int `json:"line"` Docstring *CukeDocstring `json:"doc_string,omitempty"` Match CukeMatch `json:"match"` Result CukeResult `json:"result"` DataTable []*CukeDataTableRow `json:"rows,omitempty"` }
type FailedScenario ¶
type VariantResults ¶
Click to show internal directories.
Click to hide internal directories.