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
With #1160 AVA now prints a reminder when --fail-fast is used and a test fails. It'd be nice if the reminder could include the number of tests that were skipped.
A remainingCount could be computed and included when printing the reminder, as described in #1134 (comment).
As per #1134 (comment) we may not have determined the total number of tests when a failure occurs, so the copy should be something along the lines of "at least 5 tests were skipped".
With #1160 AVA now prints a reminder when
--fail-fast
is used and a test fails. It'd be nice if the reminder could include the number of tests that were skipped.A
remainingCount
could be computed and included when printing the reminder, as described in #1134 (comment).As per #1134 (comment) we may not have determined the total number of tests when a failure occurs, so the copy should be something along the lines of "at least 5 tests were skipped".
See also #1171.
The text was updated successfully, but these errors were encountered: