filegroup( name = "jq", srcs = ["//databuild/runtime:jq"], visibility = ["//visibility:public"], ) # Export the E2E test runner script exports_files(["run_e2e_tests.sh"]) # End-to-End Test Runner sh_binary( name = "run_e2e_tests", srcs = ["run_e2e_tests.sh"], data = [ "//tests/end_to_end:test_utils", ], visibility = ["//visibility:public"], )