Skip to content

testcontainers-community/testcontainers-bazel-demo

Repository files navigation

Testcontainers with Bazel build tool

This example shows how to use Testcontainers with Bazel build tool.

Install Bazel

The easiest way to use Bazel is using bazelisk

$ brew install bazelisk

How to run?

$ bazelisk build //...
$ bazelisk test //... --test_output=all
$ bazelisk build //customers/... --test_output=all
$ bazelisk build //products/...
$ bazelisk test //customers/... --test_output=all
$ bazelisk test //products/... --test_output=all

About

Testcontainers with Bazel build tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published