mirror of
https://github.com/httprunner/httprunner.git
synced 2026-08-05 05:26:55 +08:00
fix: web ui test
This commit is contained in:
2
step.go
2
step.go
@@ -15,6 +15,7 @@ const (
|
||||
StepTypeAndroid StepType = "android"
|
||||
StepTypeHarmony StepType = "harmony"
|
||||
StepTypeIOS StepType = "ios"
|
||||
stepTypeBrowser StepType = "browser"
|
||||
StepTypeShell StepType = "shell"
|
||||
StepTypeFunction StepType = "function"
|
||||
|
||||
@@ -47,6 +48,7 @@ type TStep struct {
|
||||
Android *MobileUI `json:"android,omitempty" yaml:"android,omitempty"`
|
||||
Harmony *MobileUI `json:"harmony,omitempty" yaml:"harmony,omitempty"`
|
||||
IOS *MobileUI `json:"ios,omitempty" yaml:"ios,omitempty"`
|
||||
Browser *MobileUI `json:"browser,omitempty" yaml:"browser,omitempty"`
|
||||
Shell *Shell `json:"shell,omitempty" yaml:"shell,omitempty"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user