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 think this is not needed, makes it harder to read the final tap reader line with actual contents, and there's no option to disable it: log('# NOTE: disabled specs are usually a result of xdescribe.');
Would a PR be accepted with this?
The text was updated successfully, but these errors were encountered:
A PR that added a config option to suppress debug messages like that would be accepted. The current behavior should not change for people who currently use the TAP reporter, but adding an option to make it quieter sounds fine.
The options should be passed similar to how they are for the JUnitXmlReporter (i.e. a single options object) and the options should be also be documented in the same way.
I think this is not needed, makes it harder to read the final tap reader line with actual contents, and there's no option to disable it:
log('# NOTE: disabled specs are usually a result of xdescribe.');
Would a PR be accepted with this?
The text was updated successfully, but these errors were encountered: