Path: blob/trunk/rb/spec/integration/selenium/webdriver/safari/BUILD.bazel
4212 views
load("//rb/spec:tests.bzl", "rb_integration_test")
[
rb_integration_test(
name = file[:-8],
srcs = [file],
# No need to run in other browsers.
browsers = [
"safari",
"safari-preview",
],
)
for file in glob(["*_spec.rb"])
]