Automated Website Testing/Sanity/Quality
- by Jeff
I am thinking about building a tool that starts from the root of a webpage and traverses the entire website gathering a list of resources such as CSS/HTML/Javascript files and then runs CSS/Javascript Lint + HTML Validator + Broken Link Finder. Before I start building something like this, I was wondering if this exists already?
Thanks.
I already searched Google quite a bit and couldn't find much.