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
Hi,
I have a project that uses mochawesome for report generation. We parse the index.json that is generated for some analysis, and I just wanted to understand what does the other key under stats mean ?
I went through mochawesome.js file and found this
Hi. As stated in the comment, it refers to any hooks that have failed. For example, if some code inside a before() call throws an error that would be reported in other.
Got it. One more thing I am trying to understand is, could there be a case, where other > 0 but all tests have passed ? @adamgruber , have you observed any such cases ?
Hi,
I have a project that uses mochawesome for report generation. We parse the index.json that is generated for some analysis, and I just wanted to understand what does the
other
key understats
mean ?I went through
mochawesome.js
file and found thisSo is it safe to assume that
other
is similar tofailures
?The text was updated successfully, but these errors were encountered: