Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 671 Bytes

File metadata and controls

12 lines (9 loc) · 671 Bytes

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.