mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-05 07:26:55 +08:00
change: make assert msg optional
This commit is contained in:
@@ -38,6 +38,12 @@ const (
|
||||
uiLongClick MobileMethod = "long_click"
|
||||
uiSwipe MobileMethod = "swipe"
|
||||
uiInput MobileMethod = "input"
|
||||
|
||||
// UI validation
|
||||
assertionNameExists string = "name_exists"
|
||||
assertionNameNotExists string = "name_not_exists"
|
||||
assertionXpathExists string = "xpath_exists"
|
||||
assertionXpathNotExists string = "xpath_not_exists"
|
||||
)
|
||||
|
||||
type MobileAction struct {
|
||||
|
||||
Reference in New Issue
Block a user