Testing Web apps with Cypress example: describe('e-commerce website testing', () => { it('Verify ..', () => { ... }) })