Documentation ¶
Index ¶
- func GetConfigSheetStepOutPut(steps []apistructs.AutoTestSceneStep, bdl *bundle.Bundle, ...) (map[string]map[string]string, error)
- func GetStepAllOutput(steps []apistructs.AutoTestSceneStep, bdl *bundle.Bundle, ...) (map[string]map[string]string, error)
- func GetStepOutPut(steps []apistructs.AutoTestSceneStep) (map[string]map[string]string, error)
- func MakeStepOutputSelectKey(stepID string, stepName string, key string) string
- func MakeStepSelectKey(stepID string, stepName string) string
- type APISpec
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetConfigSheetStepOutPut ¶
func GetConfigSheetStepOutPut(steps []apistructs.AutoTestSceneStep, bdl *bundle.Bundle, gs *cptype.GlobalStateData) (map[string]map[string]string, error)
func GetStepAllOutput ¶
func GetStepAllOutput(steps []apistructs.AutoTestSceneStep, bdl *bundle.Bundle, gs *cptype.GlobalStateData) (map[string]map[string]string, error)
func GetStepOutPut ¶
func GetStepOutPut(steps []apistructs.AutoTestSceneStep) (map[string]map[string]string, error)
GetStepOutPut get output parameter by autotest steps
func MakeStepOutputSelectKey ¶
func MakeStepSelectKey ¶
Types ¶
type APISpec ¶
type APISpec struct { APIInfo apistructs.APIInfoV2 `json:"apiSpec"` Loop *apistructs.PipelineTaskLoop `json:"loop"` }
APISpec step.value 的json解析
Click to show internal directories.
Click to hide internal directories.