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 suspect the issue may be that the <testsuite> tag is output before the suite has actually run. So it always puts out failed="0" and total="", regardless of the outcome.
Output looks like:
Since # of tests is absent, some CI systems believe that no tests have been executed, and consider the build a failure.
The issue doesn't seem to be with the reporter, but rather that
test.results.done.total
isn't populated.Value of
test.results.done.total
at reporting time:Currently digging further, but thought I'd throw this up now.
The text was updated successfully, but these errors were encountered: