bdy tests unit

$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.22.49

Last modified on May 19, 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$