Skip to content

Latest commit

 

History

History

custom_test_runner

Demonstrate a Custom Test Runner for rules_bazel_integration_test

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.