Standalone (batch- and command-line) and Gradle-plugin html sanity checker - detects missing images, dead links and cross-references, duplicate link targets (anchors) and the like.
Apache License 2.0
70
stars
47
forks
source link
Tests: BrokenHttpLinksCheckerSpec is broken at Line 102 #306
with the fix for issue#272 (https://github.com/aim42/htmlSanityCheck/issues/272) the testcase for valid URLs has been extended with the URL "https://douglascayers.com/2015/05/30/how-to-set-custom-java-path-after-installing-jdk-8/".
at least currently this URL does not return a http-code 200 anymore (as stated within issue#272), but: 404.
btw.: i did not run into the already mentioned issue: https://github.com/aim42/htmlSanityCheck/issues/294