Open louwers opened 1 year ago
Possible error in the documentation: https://github.com/bazelbuild/rules_apple/blob/master/doc/rules-ios.md#ios_ui_test
When I define a ios_ui_test, I get an error if the test_host attribute is not set.
ios_ui_test
test_host
So it seems this attribute is actually required.
hrm yea it is for UI tests https://github.com/bazelbuild/rules_apple/blob/448683d99950a35938fb5a86e542a4283ae7446e/apple/internal/rule_factory.bzl#L711 must be a bug in the doc generation somehow
Possible error in the documentation: https://github.com/bazelbuild/rules_apple/blob/master/doc/rules-ios.md#ios_ui_test
When I define a
ios_ui_test
, I get an error if thetest_host
attribute is not set.So it seems this attribute is actually required.