Documentation ¶
Index ¶
Constants ¶
View Source
const (
// Type is test type
Type = "artillery/test"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Detector ¶
type Detector struct{}
Detector is detector adapter for Artillery like tests
func (Detector) Is ¶
func (d Detector) Is(options apiClient.UpsertTestOptions) (name string, ok bool)
Is detects based on upsert test options what kind of test it is
func (Detector) IsWithPath ¶
func (d Detector) IsWithPath(path string, options apiClient.UpsertTestOptions) (name string, ok bool)
IsWithPath detect test based on path and content
Click to show internal directories.
Click to hide internal directories.