beforeEach(() => { // alias the $btn.text() as 'text' cy.get('button').invoke('text').as('text') }) it('has access to text', function () { this.text // is now available })