bazelbuild / rules_webtesting

Bazel rules to allow testing against a browser with WebDriver.
Apache License 2.0
97 stars 56 forks source link

document local parameter #384

Closed jmhodges closed 5 years ago

jmhodges commented 5 years ago

There's no documentation in the docstring for wrap_web_test_suite's local parameter. (I'm also not exactly sure what it does. I wasn't able to find other docs on it)

It'd be cool if that param was documented!

joshbruning commented 5 years ago

local keyword precludes the action or test from being remotely cached, remotely executed, or run inside the sandbox. For genrules and tests, marking the rule with the local = True attribute has the same effect.

https://docs.bazel.build/versions/master/be/common-definitions.html#common.tags

Perhaps we should add more links to bazel doc.

joshbruning commented 5 years ago

Also, link to the parameter: https://docs.bazel.build/versions/master/be/common-definitions.html#test.local