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