WEBINARSandboxes for AI agents, Oct 7th.Sandboxes: give your AI agents a real machine. Live on October 7th.Register free

bdy tests unit

View as Markdown
$bdy tests unit [options] [command]

Manage unit testing (JUnit XML report uploads, suite linking)

OPTIONS
-h, --help
display help for command
AVAILABLE COMMANDS
Link current directory to a unit test suite
Upload unit test reports

Documentation for bdy v1.25.2

Last modified on Sep 22, 2026

Examples

Upload junit xml report
bdy tests unit upload "reports/**/*.xml" --format junit-xml$
Preview which files would be uploaded without sending
bdy tests unit upload "reports/**/*.xml" --format junit-xml --dryRun$
Interactively link current directory to a unit test suite
bdy tests unit link$
Link non-interactively to a specific suite
bdy tests unit link -w workspace -p project -s suite-identifier$