mikeamarkey / conbini-this-week

🏪 See what's coming up this week at the conbini

Home Page:https://conbini-this-week.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

better debugging for scrapers

mikeamarkey opened this issue · comments

Currently, the scrapers fail silently (CI succeeds) regardless if the target DOM has changed or not. Want to add one/some of the following:

  • Better logging/exception handling when scraping fails
  • Periodic e2e/snapshot testing for early detecting of DOM changes