diff --git a/doc/README.md b/doc/README.md
index 9f77ebbae4..8f9677eaf4 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -59,7 +59,8 @@ extensions, and frameworks) and for running unit tests and UI tests.
tvos_extension
tvos_ui_test
tvos_unit_test
Attributes | +|
---|---|
name |
+
+
A unique name for the target. + |
+
bundle_id |
+
+
The bundle ID (reverse-DNS path) of the test bundle. It cannot be the
+ same bundle ID as the |
+
infoplists |
+
+
A list of |
+
minimum_os_version |
+
+
An optional string indicating the minimum tvOS version supported by the
+ target, represented as a dotted version number (for example,
+ |
+
runner |
+
+
A target that will specify how the tests are to be run. This target
+ needs to be defined using a rule that provides the
+ |
+
test_host |
+
+
A |
+
data |
+
+
The list of files needed by this rule at runtime. +Targets named in the data attribute will appear in the `*.runfiles` + area of this rule, if it has one. This may include data files needed by + a binary or library, or other programs needed by it. + |
+
deps |
+
+
A list of dependencies targets to link into the binary. Any + resources, such as asset catalogs, that are referenced by those targets + will also be transitively included in the final test bundle. + |
+
provisioning_profile |
+
+
The provisioning profile ( |
+
[test specific attributes] |
+
+ For a list of the attributes inherited by all test rules, please check the + Bazel documentation. + + |
+
Attributes | +|
---|---|
name |
+
+
A unique name for the target. + |
+
bundle_id |
+
+
The bundle ID (reverse-DNS path) of the test bundle. It cannot be the
+ same bundle ID as the |
+
env |
+
+
Dictionary of environment variables that should be set during the + test execution. + |
+
infoplists |
+
+
A list of |
+
minimum_os_version |
+
+
An optional string indicating the minimum tvOS version supported by the
+ target, represented as a dotted version number (for example,
+ |
+
runner |
+
+
A target that will specify how the tests are to be run. This target
+ needs to be defined using a rule that provides the |
+
test_host |
+
+
A |
+
data |
+
+
The list of files needed by this rule at runtime. +Targets named in the data attribute will appear in the `*.runfiles` + area of this rule, if it has one. This may include data files needed by + a binary or library, or other programs needed by it. + |
+
deps |
+
+
A list of dependencies targets to link into the binary. Any + resources, such as asset catalogs, that are referenced by those targets + will also be transitively included in the final test bundle. + |
+
[test specific attributes] |
+
+ For a list of the attributes inherited by all test rules, please check the + Bazel documentation. + + |
+