Acceptance Tests
Does the whole system work together?
For web apps, we can think of acceptance tests as browser tests. For example, Cypress.io or the WordPres end to end use headless Chrome to navigate a web site, click things and make sure they work as expected.