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
some reporters (like xunit) have reporter-specific options to control its output. there doesn't seem to be any way to set this using mocha-headless-chrome though. one can workaround it by manually calling mocha.reporter(...), but that sort of defeats the point of having the --reporter pass-thru setting.
The text was updated successfully, but these errors were encountered:
mishina2228
added a commit
to mishina2228/web-console
that referenced
this issue
Jun 8, 2022
some reporters (like xunit) have reporter-specific options to control its output. there doesn't seem to be any way to set this using mocha-headless-chrome though. one can workaround it by manually calling
mocha.reporter(...)
, but that sort of defeats the point of having the--reporter
pass-thru setting.The text was updated successfully, but these errors were encountered: