bdy tests unit link

$bdy tests unit link [options]

Link current directory to a unit test suite

OPTIONS
-w, --workspace <workspace>
Workspace URL handle. Can be set via variable: BUDDY_WORKSPACE
-p, --project <project>
Project name. Can be set via variable: BUDDY_PROJECT
-s, --suite <suite>
Suite identifier
-h, --help
display help for command

Documentation for bdy v1.22.49

Last modified on May 19, 2026

Examples

## 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$