mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-26 19:00:05 +08:00
fix: get pid by bundle id in perf
This commit is contained in:
@@ -1 +1 @@
|
||||
v4.3.0-beta-10102150
|
||||
v4.3.0-beta-10112220
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user