You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is profit?
In cy.task case for example we could provide some data which are important for debugging. As example on my project we are using them for requests instead of typical cy.request. And it's contain request options and response. So it will be useful.
P.S. If it will be possible to add such an opportunity for Yielded object as well, not only Args
The text was updated successfully, but these errors were encountered:
Description
Add the possibility to explore cy.task args as it is in Cypress debug window
Now it's displaying as Object{5}
File with an example:
Visit.feature.zip
Example usage
What is profit?
In cy.task case for example we could provide some data which are important for debugging. As example on my project we are using them for requests instead of typical cy.request. And it's contain request options and response. So it will be useful.
P.S. If it will be possible to add such an opportunity for
Yielded
object as well, not onlyArgs
The text was updated successfully, but these errors were encountered: