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
I'm running multiple tests in parallel, which are working fine using grunt-parallel, but if one of the tests fails before the others have finished they are abandoned.
I have a proposed solution to this replacing the Q.all call with Q.allSelected and a little logic, that also required the version of Q to be updated.
Perhaps also a flag to give users the choice between exit on first failure or complete all.
The text was updated successfully, but these errors were encountered:
I'm running multiple tests in parallel, which are working fine using grunt-parallel, but if one of the tests fails before the others have finished they are abandoned.
I have a proposed solution to this replacing the Q.all call with Q.allSelected and a little logic, that also required the version of Q to be updated.
Perhaps also a flag to give users the choice between exit on first failure or complete all.
The text was updated successfully, but these errors were encountered: