// cypress/support/e2e.js beforeEach(() => { cy.log('This runs before each test'); }); afterEach(() => { cy.log('This runs after each test'); });