doctrine / doctrine-website-build-prod

Generated website artifacts. See https://www.doctrine-project.org/contribute/website/
https://doctrine-project.org
5 stars 4 forks source link

Add some basic html functional tests #1

Closed jwage closed 6 years ago

jwage commented 6 years ago

Use the Symfony crawler to click through the html of the site and look for broken links.

Ocramius commented 6 years ago

Much much much much simpler: http://www.lostsaloon.com/technology/how-to-use-wget-to-find-broken-links-on-your-website/

jwage commented 6 years ago

I want to do a little more than just look for 404s and I don't want to rely on it being deployed on a web server. I plan on setting up something that lets me get the homepage, click a project, click docs, etc and assert things on the html.

jwage commented 6 years ago

Just realized I added this to the wrong repo