mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-31 13:29:35 +08:00
feat: init device with optional serial, port, mjpeg port
This commit is contained in:
@@ -2,7 +2,7 @@ package hrp
|
||||
|
||||
import "fmt"
|
||||
|
||||
type AndroidAction struct {
|
||||
type AndroidStep struct {
|
||||
MobileAction
|
||||
Serial string `json:"serial,omitempty" yaml:"serial,omitempty"`
|
||||
Actions []MobileAction `json:"actions,omitempty" yaml:"actions,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user