Skip to content

Add CI instructions to test generated HTMLs

Phu Nguyen requested to merge work/htmltest into master
  • Run on generated HTMLs instead of content (Markdown) files
  • Can test not only external URLs, but also internal ones, as well as alt texts and other stuff. Individual HTML tags can be ignored
  • Make use of cache, so later runs will be faster. .htmltest/refcache.json file can be used by any job running htmltest, so it's cached with the htmltest-refcache key
  • Test results are saved as an artifact

@teams/automation

Edited by Phu Nguyen

Merge request reports