Lifecycle Documentation#
Module / Feature Documentation#
Component documentation#
Quick Start - Building and Testing#
To build the entire module:
bazel build //src/...
To run all tests:
bazel test //...
To run only unit tests:
bazel test //src/...
To run only component or feature integration tests:
bazel test //tests/...