mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-13 07:09:44 +08:00
fix: MobileUIAppNotInForegroundError exit code
This commit is contained in:
@@ -124,8 +124,9 @@ var errorsMap = map[error]int{
|
||||
AndroidCaptureLogError: 66,
|
||||
|
||||
// UI automation related
|
||||
MobileUIDriverError: 70,
|
||||
MobileUIValidationError: 75,
|
||||
MobileUIDriverError: 70,
|
||||
MobileUIValidationError: 75,
|
||||
MobileUIAppNotInForegroundError: 76,
|
||||
|
||||
// OCR related
|
||||
OCREnvMissedError: 80,
|
||||
|
||||
Reference in New Issue
Block a user