mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-30 12:59:39 +08:00
change: bump version to v4.3.4
This commit is contained in:
@@ -28,7 +28,7 @@ func setupSpringBoardSrv(t *testing.T) {
|
||||
|
||||
func Test_springBoard_GetIcon(t *testing.T) {
|
||||
setupSpringBoardSrv(t)
|
||||
raw, _ := springBoardSrv.GetIconPNGData("com.tencent.xin")
|
||||
raw, _ := springBoardSrv.GetIconPNGData("com.ss.iphone.ugc.Aweme")
|
||||
img, format, err := image.Decode(raw)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
|
||||
@@ -212,12 +212,6 @@ func Test_remoteWD_Homescreen(t *testing.T) {
|
||||
func Test_remoteWD_AppLaunch(t *testing.T) {
|
||||
setup(t)
|
||||
|
||||
// bundleId = "com.hustlzp.xcz"
|
||||
// bundleId = "com.github.stormbreaker.prod"
|
||||
// bundleId = "com.360buy.jdmobile"
|
||||
// bundleId = "com.zhihu.ios"
|
||||
// bundleId = "com.tencent.xin"
|
||||
// bundleId = "com.jsmcc.ZP7267A6ES"
|
||||
err := driver.AppLaunch(bundleId)
|
||||
// err := driver.AppLaunch(bundleId, NewAppLaunchOption().WithShouldWaitForQuiescence(true))
|
||||
// err := driver.AppLaunch(bundleId, NewAppLaunchOption().WithArguments([]string{"-AppleLanguages", "(Russian)"}))
|
||||
|
||||
Reference in New Issue
Block a user