openatx/facebook-wda

可以在不联网的状态下,启动WebDriverAgentRunner么?

Open

#78 aberto em 26 de set. de 2019

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)Python (257 forks)batch import
help wantedwda issue

Métricas do repositório

Stars
 (1.624 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

每次测试前,脚本安装并启动WebDriverAgentRunner: xcodebuild build-for-testing test-without-building -project WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination id=$udid IPHONEOS_DEPLOYMENT_TARGET=$version

这个过程中,发现手机要联网验证应用。 而我的测试是,让手机连接不同的ap(不通外网),然后做测试。所以想问一下:

  1. 要怎么在联网的情况下,启动WebDriverAgentRunner?
  2. 是否可以不安装,直接启动WebDriverAgentRunner进行测试?怎么通过脚本启动?

Guia do colaborador