/// describe('Cypress Infrastructure Smoke Test', () => { it('should execute a basic assertion', () => { expect(true).to.be.true; }); });