Path: blob/trunk/rb/spec/integration/selenium/webdriver/bidi/BUILD.bazel
1865 views
load("//rb/spec:tests.bzl", "rb_integration_test") [ rb_integration_test( name = file[:-8], srcs = [file], tags = ["exclusive-if-local"], deps = [ "//rb/lib/selenium/devtools", "//rb/lib/selenium/webdriver:bidi", ], ) for file in glob(["*_spec.rb"]) ]