At some point, you'll need to inspect or scrape web pages for information. Having great libraries makes this process far simpler, so let's see how simple it is to fetch the DOM from a URL using got:
Now I can easily double-check that the titles on my home page are what I expected, by hitting the endpoint of this RunKit. In conjunction with Cypress.io, of course 🧪