Forrest logo
back to the bazel tool

bazel:ai:84ec1

Lists all test targets in the current Bazel workspace
$ bazel query 'kind("test", //...)'
try on your machine

Lists all test targets in the current Bazel workspace

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.

Questions that are answered by this command:

  • How to list test targets with bazel?
back to the bazel tool