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
Btw, assuming you're using Circle CI from the screenshot in the last issue #5603, can you show how it looks on their UI? I'm wondering whether the console output in junit is too bothering in general.
Btw, assuming you're using Circle CI from the screenshot in the last issue #5603, can you show how it looks on their UI? I'm wondering whether the console output in junit is too bothering in general.
Hi.
Thank you for fixing previous issue with serialized errors, now it works fine!
And few examples with unwanted console.logs in JUnit report (CircleCI)
Clear and concise description of the problem
When you have
silent: true
globally - it doesn't seem to have effect on JUnit reporter.I still get console.logs in my xml reports.
Suggested solution
Would be nice to have 'silent' option for JUnit reporter:
['junit', {outputFile: './test-results/results.xml', silent: true}]
Alternative
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: