Skip to main content

bleep test

run tests in selected test projects (or every isTestProject in the build)

Synopsis

bleep test <project name...> [flags]

Arguments

ArgumentType
project nameone or more

Flags

FlagDescription
--watch, -wstart in watch mode
--no-tuidisable TUI, show summary only (for CI/agents)
--quiet, -qalias for --no-tui
--summary-onlyalias for --no-tui
--diff-watchwatch mode with per-project diffs between cycles
--jvm-opt <string> (repeatable)JVM options for forked test processes
--test-arg <string> (repeatable)arguments passed to test framework
--only, -o <string> (repeatable)Test only a subset of test suite class names. Class name can be fully qualified to disambiguate
--exclude, -x <string> (repeatable)Exclude specific test suite class names. Class name can be fully qualified to disambiguate. Takes precedence over --only
--flamegraphgenerate execution trace (open in chrome://tracing or ui.perfetto.dev)
--cancelcancel any running build before starting
--junit-report <string>write JUnit XML reports to this directory