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
Clear and concise description of the problem
When you have
silent: trueglobally - 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