Skip to content

2.3.0

Compare
Choose a tag to compare
@danreeves danreeves released this 14 Nov 21:27
· 2 commits to master since this release
  • 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 a backstop.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!