feat: run xctest before start ios automation

This commit is contained in:
debugtalk
2022-12-01 22:36:44 +08:00
parent 78349c717b
commit 77acfd2f03
4 changed files with 59 additions and 10 deletions
+1
View File
@@ -65,6 +65,7 @@ func initIOSDevice(uuid string) uixt.Device {
uixt.WithWDAPort(8700), uixt.WithWDAMjpegPort(8800),
uixt.WithResetHomeOnStartup(false), // not reset home on startup
uixt.WithPerfOptions(perfOptions...),
uixt.WithXCTest("com.gtf.wda.runner.xctrunner"),
)
if err != nil {
log.Fatal().Err(err).Msg("failed to init ios device")