> Does the framework allow one to view the intermediate
> HTML files after the test is finished?
you may log them inside your tests, but it's possibly a lot of data
and will most likely skew your results by writing to disk.
> The current framework i'm using now allows the viewing of the
> downloaded HTML files to confirm the test executed correctly.
It is better to use assertions in your tests to validate responses.