Builds the specified targets and runs all test targets among them.
Builds the specified targets and runs all test targets among them (test targets might also need to satisfy provided tag, size or language filters) using the specified options.
This command accepts all valid options to ‘build’, and inherits defaults for ‘build’ from your .bazelrc. If you don‘t use .bazelrc, don’t forget to pass all your ‘build’ options to ‘test’ too.
See ‘bazel help target-syntax’ for details and examples on how to specify targets.
aspect test [flags]
-h, --help help for test
--config string config file (default is $HOME/.aspect.yaml)
--interactive Interactive mode (e.g. prompts for user input)