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
cypress-promise seems like it would improve the readability/maintainability of our test code significantly. We're using Cypress to test API endpoints, not an actual webpage, so many of the concerns Cypress raises in their "Commands are not Promises" blurb don't really matter, and the way Cypress can lead to many levels of indents can be painful.
However, all the warnings that Cypress spits out during usage of cypress-promise are somewhat of a nonstarter.
There's got to be some way to have cypress-promise suppress all of Cypress' warnings. (It'd be better to transpile, as you mentioned on #5, but I'd bet that'd be much more effort.)
The text was updated successfully, but these errors were encountered:
Arg. 100% agree. I'm sure it is possible. I've tried a few times for several hours per attempt. I can't quite figure out the internal mechanisms enough to get this lib to work consistently or to remove the warning.
cypress-promise seems like it would improve the readability/maintainability of our test code significantly. We're using Cypress to test API endpoints, not an actual webpage, so many of the concerns Cypress raises in their "Commands are not Promises" blurb don't really matter, and the way Cypress can lead to many levels of indents can be painful.
However, all the warnings that Cypress spits out during usage of cypress-promise are somewhat of a nonstarter.
There's got to be some way to have cypress-promise suppress all of Cypress' warnings. (It'd be better to transpile, as you mentioned on #5, but I'd bet that'd be much more effort.)
The text was updated successfully, but these errors were encountered: