xctool ...ERROR: build-tests: '' is not a testing target in this scheme
xctool ...ERROR: build-tests: '' is not a testing target in this scheme
我尝试 运行 我的 Xcode UI 测试,只是一个特定的方法。苹果的默认 xcodebuild 命令行是不可能的。我找到了 xctool 但该工具没有找到我的 UITestsTarget。
这是我的命令行:
/path/to/xctool -workspace APP.xcworkspace -scheme "APPScheme" test -only UITestsTarget:UITestsClass/UITestsMethod
我得到了这个错误:...错误:构建测试:'UITestsTarget' 不是这个方案中的测试目标。
使用 xcodebuild list
我可以看到关于项目的所有信息,我可以看到我的 UITestsTarget。
有人有什么想法吗?
干杯
xctool 现在不支持 Xcode UI 测试。 https://github.com/facebook/xctool/issues/534. They told: " At Facebook we are using our own infrastructure (see https://github.com/facebook/webdriveragent) 到 运行 E2E 测试,因此我们不会在不久的将来处理此功能。"
我尝试 运行 我的 Xcode UI 测试,只是一个特定的方法。苹果的默认 xcodebuild 命令行是不可能的。我找到了 xctool 但该工具没有找到我的 UITestsTarget。
这是我的命令行:
/path/to/xctool -workspace APP.xcworkspace -scheme "APPScheme" test -only UITestsTarget:UITestsClass/UITestsMethod
我得到了这个错误:...错误:构建测试:'UITestsTarget' 不是这个方案中的测试目标。
使用 xcodebuild list
我可以看到关于项目的所有信息,我可以看到我的 UITestsTarget。
有人有什么想法吗? 干杯
xctool 现在不支持 Xcode UI 测试。 https://github.com/facebook/xctool/issues/534. They told: " At Facebook we are using our own infrastructure (see https://github.com/facebook/webdriveragent) 到 运行 E2E 测试,因此我们不会在不久的将来处理此功能。"