|
|
|
|
|
by joealba
3869 days ago
|
|
Since this is a Jekyll site, I'm not sure what we could wrap tests around. The beauty of the static site generator is that it just always works -- at least as far as the html content is concerned. Is there a specific javascript feature or interactive feature that you'd like help with testing? |
|
I'd like to have a few smoke tests to guard against things like:
* accidental deletion of pages
* accidental removal of header/footer/important elements
* proper 508 compliance
* valid HTML/JS/CSS (and probably lint all those things too)
Also the facility locator is a fair-sized hunk of JS I wrote that needs tests.
edit: also, in the future there will surely be more dynamic parts to the site, so getting a framework in place for tests will both save work and raise the expectation of quality