mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
feat: add cdoe DeviceUIResponseSlow
This commit is contained in:
@@ -68,6 +68,7 @@ var (
|
||||
DeviceOfflineError = errors.New("device offline") // 63
|
||||
DeviceScreenShotError = errors.New("device screenshot error") // 65
|
||||
DeviceCaptureLogError = errors.New("device capture log error") // 66
|
||||
DeviceUIResponseSlow = errors.New("device UI response slow") // 67
|
||||
)
|
||||
|
||||
// UI automation related: [70, 80)
|
||||
@@ -149,6 +150,7 @@ var errorsMap = map[error]int{
|
||||
DeviceOfflineError: 63,
|
||||
DeviceScreenShotError: 65,
|
||||
DeviceCaptureLogError: 66,
|
||||
DeviceUIResponseSlow: 67,
|
||||
|
||||
// UI automation related
|
||||
MobileUIDriverError: 70,
|
||||
|
||||
Reference in New Issue
Block a user