Closed msage-godaddy closed 2 years ago
Sounds good đź‘Ť
Thank you :) The only caveat I haven't figured out, is how to report/return the errors too, if it runs into a fault, it doesn't return the object because it throws and returns faster.
The pattern that cypress-audit and other tooling use is to accept an optional callback which receives the results as an argument, which fires before the error is thrown. Would that pattern work here? (Instead of returning the wrapped results)
The alternative would be a flag to optional turn off the lib throwing, but not sure about that…
Possibly - happy to test with you to see if we can get the results as object, just tell me where and I'll test the heck out of it.
Issue
Setup:
Details