describe("Test a page", () => { beforeEach(() => { cy.visit("http://localhost:3000/#/login"); }); it("should visit the authenticated page", () => { // Continue with your assertions or other test steps }); });