bdy tests unit upload

$bdy tests unit upload [options] <glob>

Upload unit test reports

ARGUMENTS
glob
Glob pattern matching report files (required)
OPTIONS
--format <format>
Format of the reports (choices: "junit-xml")
--dryRun
List matched files without uploading
-h, --help
display help for command

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$