Skip to main content

Running Tests with Bazel

Now that we were able to build the code, we should figure out if it's working.

By the end of this section, you'll have used bazel test to run some automated tests for the language you picked.

Training Material

The rest of this section is only available as part of Aspect's Bazel Training course.

Sign up here: https://www.aspect.dev/services#training

Concepts

The Encyclopedia

Common tags

Coverage

Test XML

Other test outputs

External services

Managing flakiness

Determining if flakiness is fixed

Try it: bazel test