Releases: fffunction/backstop-crawl
Releases · fffunction/backstop-crawl
2.3.1
2.3.0
- Reference url option
You can now pass in a reference url to replace the domain being crawled. Helpful if you want to crawl a production site then take reference images from a staging server.
backstopcrawl https://website.production --reference-url=https://website.staging
- Default configuration
You can now supply abackstop.template.json
to prefill all the options we were defaulting for you. See the readme for more information!
Thanks to @ataylorme for all his work on this release!