bdy tests visual session

$bdy tests visual session [options] [command]

Manage visual test sessions

OPTIONS
-h, --help
display help for command
AVAILABLE COMMANDS
Close a parallel visual test session early (skip auto-close timeout)
Run a test command and create a visual test session from emitted snapshots

Documentation for bdy v1.22.58

Last modified on Jun 9, 2026

Examples

run your test command with the visual-test plugin server attached
bdy tests visual session create "npm test"$
skip resource discovery (debugging or asset-free pages)
bdy tests visual session create "npm test" --skipDiscovery$
send snapshots progressively (quicker review during long runs)
bdy tests visual session create "npm test" --oneByOne$
one runner in a parallel session (every runner must share the same $SNAPSHOTS_BUILD_ID)
bdy tests visual session create "npm test" --parallel$
close the session after all parallel runners finished (build id read from $SNAPSHOTS_BUILD_ID)
bdy tests visual session close$