bdy tests visual link

$bdy tests visual link [options]

Link current directory to a visual 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 visual test suite
bdy tests visual link$
## link non-interactively to a specific suite
bdy tests visual link -w workspace -p project -s suite-identifier$