nychealth/EH-dataportal

Automated build tests

Opened this issue · 1 comments

Would formalize our testing, and catch bugs for us. Might be unnecessary? Maybe we could ask for advice.

  • Check for broken links
  • Check for console errors

We’d want to check that the JavaScript on every page was executing without errors. This is maybe the easiest way to ensure total coverage of edge cases.

We could use a testing framework, or do it manually, or “click” on everything with a headless browser.