Open
Description
If you generate a site that will be served at https://example.com/foo/bar/ in directory output
all your links will point to /foo/bar/…
and htmltest will try to look in output/foo/bar/…
. Add a conf option to move the site root.
As a workaround you could put your site in output/foo/bar/
and the run htmltest as before with DirectoryPath
set to output
.