bleep test
run tests in selected test projects (or every isTestProject in the build)
Synopsis
bleep test <project name...> [flags]
Arguments
| Argument | Type |
|---|---|
project name | one or more |
Flags
| Flag | Description |
|---|---|
--watch, -w | start in watch mode |
--no-tui | disable TUI, show summary only (for CI/agents) |
--quiet, -q | alias for --no-tui |
--summary-only | alias for --no-tui |
--diff-watch | watch 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 |
--flamegraph | generate execution trace (open in chrome://tracing or ui.perfetto.dev) |
--cancel | cancel any running build before starting |
--junit-report <string> | write JUnit XML reports to this directory |