diff --git a/go.mod b/go.mod index 5a7a6797..386f1875 100644 --- a/go.mod +++ b/go.mod @@ -88,4 +88,4 @@ require ( ) // replace github.com/httprunner/funplugin => ../funplugin -replace github.com/electricbubble/gidevice => github.com/debugtalk/gidevice v0.6.3-0.20221009112329-b36169c16739 +replace github.com/electricbubble/gidevice => github.com/debugtalk/gidevice v0.6.3-0.20221011141335-8a73d55ade10 diff --git a/go.sum b/go.sum index 52334bbd..3e5893b6 100644 --- a/go.sum +++ b/go.sum @@ -96,8 +96,8 @@ github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ3 github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/debugtalk/gidevice v0.6.3-0.20221009112329-b36169c16739 h1:rMcmtiJJh28z0ILZxdq0C6A2kbobdr4zu9CtxiS6GVY= -github.com/debugtalk/gidevice v0.6.3-0.20221009112329-b36169c16739/go.mod h1:bRHL2M9qgeEKju8KRvKMZUVEg7t5zMnTiG3SJ3QDH5o= +github.com/debugtalk/gidevice v0.6.3-0.20221011141335-8a73d55ade10 h1:LfX+4+EUZbLNKAN1KfFMxlIxZNW9cgFuo3XGgvjulzg= +github.com/debugtalk/gidevice v0.6.3-0.20221011141335-8a73d55ade10/go.mod h1:bRHL2M9qgeEKju8KRvKMZUVEg7t5zMnTiG3SJ3QDH5o= github.com/denisbrodbeck/machineid v1.0.1 h1:geKr9qtkB876mXguW2X6TU4ZynleN6ezuMSRhl4D7AQ= github.com/denisbrodbeck/machineid v1.0.1/go.mod h1:dJUwb7PTidGDeYyUBmXZ2GphQBbjJCrnectwCyxcUSI= github.com/electricbubble/gadb v0.0.7 h1:fxvVLVNs3IFKuYAEXDF2tDZUjT9jNCltoTSirjM5dgo= diff --git a/hrp/internal/version/VERSION b/hrp/internal/version/VERSION index 5c7cda41..f1f06ca1 100644 --- a/hrp/internal/version/VERSION +++ b/hrp/internal/version/VERSION @@ -1 +1 @@ -v4.3.0-beta-10102150 \ No newline at end of file +v4.3.0-beta-10112220 \ No newline at end of file diff --git a/hrp/runner.go b/hrp/runner.go index 72a20ffe..6a302da2 100644 --- a/hrp/runner.go +++ b/hrp/runner.go @@ -404,7 +404,7 @@ func (r *testCaseRunner) parseConfig() error { iosDeviceConfig.UDID = udid.(string) } // switch to iOS springboard before init WDA session - // avoid getting stuck when some super app is activate such as douyin or wexin + // avoid getting stuck when some super app is active such as douyin or wexin iosDeviceConfig.ResetHomeOnStartup = true _, err := r.hrpRunner.initUIClient(iosDeviceConfig) if err != nil { diff --git a/httprunner/__init__.py b/httprunner/__init__.py index 563312e8..715e1099 100644 --- a/httprunner/__init__.py +++ b/httprunner/__init__.py @@ -1,4 +1,4 @@ -__version__ = "v4.3.0-beta-10102150" +__version__ = "v4.3.0-beta-10112220" __description__ = "One-stop solution for HTTP(S) testing." diff --git a/pyproject.toml b/pyproject.toml index 8b34acba..13bdcbc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "httprunner" -version = "v4.3.0-beta-10102150" +version = "v4.3.0-beta-10112220" description = "One-stop solution for HTTP(S) testing." license = "Apache-2.0" readme = "README.md"