xctool ...错误:构建测试:''不是此方案中的测试目标

时间:2016-02-03 15:30:24

标签: xcode swift xcodebuild xcode-ui-testing xctool

我尝试运行我的Xcode UI测试,只是一个特定的方法。使用Apple的默认 xcodebuild 命令行是不可能的。我找到了 xctool ,但该工具未找到我的UITestsTarget。

这是我的命令行:

/path/to/xctool -workspace APP.xcworkspace -scheme "APPScheme" test -only UITestsTarget:UITestsClass/UITestsMethod

我得到了这个错误:...错误:构建测试:'UITestsTarget'不是此方案中的测试目标。

使用xcodebuild list我可以看到有关项目的所有信息,我会看到我的UITestsTarget。

有人有什么想法吗? 干杯

1 个答案:

答案 0 :(得分:2)

xctool现在不支持Xcode UI测试。 https://github.com/facebook/xctool/issues/534。他们告诉我们:“在Facebook,我们使用自己的基础设施(参见https://github.com/facebook/webdriveragent)来运行E2E测试,因此我们不会在最近的将来使用此功能。”