Shows how to visit the page protected by the Basic Authentication
The static site from public folder is protected by the basic authentication, see server.js.
The cypress/e2e/spec.cy.js shows how to pass the username and the password when calling cy.visit and cy.request commands.