bdy tests unit
$bdy tests unit [options] [command]
Manage unit testing (JUnit XML report uploads, suite linking)
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$
## interactively link current directory to a unit test suitebdy tests unit link$
## link non-interactively to a specific suitebdy tests unit link -w workspace -p project -s suite-identifier$