bdy tests visual session
$bdy tests visual session [options] [command]
Manage visual test sessions
Examples
Run your test command with the visual-test plugin server attachedbdy 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$