Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Feature ¶
type Feature 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 []Comments `json:"comments"`
Tags []Tags `json:"tags"`
Scenarios []Scenario `json:"elements"`
Embeddings []Embed `json:"embeddings"`
}
type Metadata ¶
type Metadata struct {
AppVersion string `json:"appVersion,omitempty"`
TestEnvironment string `json:"testEnvironment,omitempty"`
Browser string `json:"browser,omitempty"`
Platform string `json:"platform,omitempty"`
Parallel string `json:"parallel,omitempty"`
Executed string `json:"executed,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.