Path: blob/trunk/rb/spec/integration/selenium/webdriver/remote/BUILD.bazel
4113 views
load("//rb/spec:tests.bzl", "rb_integration_test")
[
rb_integration_test(
name = file[:-8],
srcs = [file],
)
for file in glob(["*_spec.rb"])
]