bdy tests capture
$bdy tests capture [options]
Create a visual test session from an explicit URL list, a URLs file, or a sitemap
Examples
## capture an explicit list of urlsbdy tests capture --urls "https://example.com,https://example.com/about"$
## capture from a sitemap and follow linksbdy tests capture --sitemap https://example.com/sitemap.xml --follow$
## capture from a urls file and ignore a globbed selectorbdy tests capture --urlsFile ./urls.txt --ignore "header>.banner"$