nychealth / EH-dataportal

Source code for the Environment & Health Data Portal
https://a816-dohbesp.nyc.gov/IndicatorPublic/
Apache License 2.0
11 stars 5 forks source link

Automated build tests #967

Open cgettings opened 11 months ago

cgettings commented 11 months ago

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

cgettings commented 11 months ago

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.