Is there a way to run tests for an entire website?

So for my tribute project I created a website with multiple pages linked together instead of just one webpage. When I run the tests it only takes the individual html page into account. Is there a way to test for the entire site, or can I just submit the site without passing the tests?

This is the link to my project:

https://jordanbussiere.github.io/tribute_page/index.html

(I still have to make my images resize responsively but other than that I have everything).

Hi and welcome to the forum!

For the project, the requirements are for a single web page. The version you submit for your certification should be a single web page that passes the test suite.

You are welcome to build a different version for personal use though.