bdy tests unit upload
$bdy tests unit upload [options] <glob>
Upload unit test reports
Examples
## upload junit xml reportbdy tests unit upload "reports/**/*.xml" --format junit-xml$
## preview which files would be uploaded without sendingbdy tests unit upload "reports/**/*.xml" --format junit-xml --dryRun$