future-salesmen-48792
04/28/2023, 7:21 PMhttps://cdn.discordapp.com/attachments/1101589129671749744/1101589130212806726/Screenshot_2023-04-28_at_2.50.09_PM.png▾
echoing-tent-95037
04/28/2023, 8:09 PMcy.wrap(object).as('alias')) return cy.get('@alias') And then call that command in a before hook in your test with the response as an alias as well before(() => {
cy.yourCustomCommand().then((resp) => {
cy.wrap(resp).as('@waiverResponse');
});
});gray-kilobyte-89541
04/28/2023, 8:37 PM