describe('Cypress run test', () => { it('We are running cypress tests successfully!', () => { expect(true).to.equal(true) }) })