cypress-recurse
cypress-recurse copied to clipboard
For log:true "NICE!" is getting logged when control exits recursion
cypress-recurse : 1.13.1
if log: true is set in options then "NICE!" gets logged in the test runner window as well.
In the actual use case is there any use of it?
no, but it is nice to know when the recursion successfully finishes
How about we change that log into something useful? I see that it is nice to know when the recursion finishes, but I feel like having to remember that this library logs "Nice" in this case is a bit annoyting :P
How about we change the log to something along the lines of "Recursion finished successfully" ?
but that's not nice... :)
"Nice! The recursion finished successfully!" ?
:tada: This issue has been resolved in version 1.27.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket: