Open cgettings opened 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.
Would formalize our testing, and catch bugs for us. Might be unnecessary? Maybe we could ask for advice.