mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-13 08:39:45 +08:00
feat: add MobileUIPopupError code
This commit is contained in:
@@ -74,6 +74,7 @@ var (
|
||||
MobileUILaunchAppError = errors.New("mobile UI launch app error") // 71
|
||||
MobileUIValidationError = errors.New("mobile UI validation error") // 75
|
||||
MobileUIAppNotInForegroundError = errors.New("mobile UI app not in foreground error") // 76
|
||||
MobileUIPopupError = errors.New("mobile UI popup error") // 77
|
||||
)
|
||||
|
||||
// OCR related: [80, 90)
|
||||
@@ -135,6 +136,7 @@ var errorsMap = map[error]int{
|
||||
MobileUILaunchAppError: 71,
|
||||
MobileUIValidationError: 75,
|
||||
MobileUIAppNotInForegroundError: 76,
|
||||
MobileUIPopupError: 77,
|
||||
|
||||
// OCR related
|
||||
OCREnvMissedError: 80,
|
||||
|
||||
Reference in New Issue
Block a user