bazel_test_target
Execute Bazel tests for specific targets by specifying target paths and optional command-line arguments, enabling efficient testing within Bazel projects managed by the Bazel MCP Server.
Instructions
Run Bazel tests for specified targets
Input Schema
Name | Required | Description | Default |
---|---|---|---|
additionalArgs | No | Additional Bazel command line arguments (e.g. ['--cache_test_results=no', '--test_output=all']) | |
targets | Yes | List of Bazel test targets to run (e.g. ['//path/to:test']) |