Open
Description
For a more ergonomic Bazel experience, it would be nice if the test runner would propagate the values of --test_filter to the underlying test runner. Per https://bazel.build/reference/test-encyclopedia seems like this just means reading TESTBRIDGE_TEST_ONLY
and passing the values along