I love this plugin. We use cy.section and cy.step a lot. However, sometimes we want to print messages out rather than a numbered step. I am using cy.log for these and have a custom task/command to override that to also print to the console, but I often get 'cy.task() must only be invoked from the spec file or support file.' (even though it is always getting called from within a test).
Is it possible to get a 3rd lower level added to use under a cy.step that is for a message? thanks
I love this plugin. We use cy.section and cy.step a lot. However, sometimes we want to print messages out rather than a numbered step. I am using cy.log for these and have a custom task/command to override that to also print to the console, but I often get 'cy.task() must only be invoked from the spec file or support file.' (even though it is always getting called from within a test).
Is it possible to get a 3rd lower level added to use under a cy.step that is for a message? thanks