This example demonstrates an implementation of a custom test runner.
While the default test runner is implemented using Bash shell
scripts, rules_bazel_integration_test
supports test runners implemented in any language that can create an executable target. This
workspace implements Bazel integration tests with a custom test runner written in
Swift. Check out the integration test
declaration for more information.