-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tests #5
Comments
(Actually, this is complicated: the html validator requires java8, which is not installed in this container. And, the link checker runs a headless browser, so a dev server of some sort needs to be running in the same environment. Hmmmmmm.) |
(If deployment is going to happen via one's local machine, we could consider having the test run locally too.... ugly, but perhaps easiest. Then we could include the validator jar right in the repo....) |
Should also compare new sitemap against previous sitemap or live sitemap, to make sure urls haven't accidentally changed. Warning, not failure. |
We're now running the prod build in Travis, followed by HTML validation with vnu.jar. Consider validating pages as served by the web server container; consider validating CSS. |
Add grunt test task which includes link checking, html validation, and presence of jekyll build relics.
The text was updated successfully, but these errors were encountered: