Use BackstopJS to graphically compare HTML files

If you've got a pile of static HTML files that you want to graphically compare:

Now, finally, you're set up and can test:

In my case, I have been reimplementing my static site generator and I want to ensure the output is roughly the same. I had been using diff -r, but I don't actually care about line-by-line, character-by-character differences, e.g. ' and ' are visually the same. I'm also reimplementing syntax highlighting and expect those to be slightly different. Hence, I'm using the tools above.