Skip to content

Conversation

@ssarad
Copy link
Contributor

@ssarad ssarad commented Jun 20, 2024

ios_ui_test needs a test_host as part of a required parameter. The docs mention it as optional however it is a required param

https://github.com/bazel-ios/rules_ios/blob/master/rules/test.bzl#L273

`ios_ui_test needs` a test_host as part of a required parameter. The docs mention it as optional however it is a required param

https://github.com/bazel-ios/rules_ios/blob/master/rules/test.bzl#L273
| <a id="ios_ui_test-test_coverage_manifest"></a>test_coverage_manifest | A file that will be used in lcov export calls to limit the scope of files instrumented with coverage. | <a href="https://bazel.build/concepts/labels">Label</a> | optional | `None` |
| <a id="ios_ui_test-test_filter"></a>test_filter | Test filter string that will be passed into the test runner to select which tests will run. | String | optional | `""` |
| <a id="ios_ui_test-test_host"></a>test_host | - | <a href="https://bazel.build/concepts/labels">Label</a> | optional | `None` |
| <a id="ios_ui_test-test_host"></a>test_host | - | <a href="https://bazel.build/concepts/labels">Label</a> | required | `None` |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'd have to update the rule attr as well which I believe is shared with the other iOS test rules.

Maybe we could override this attr in the ui test rule so it can have its own documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants