TOPdesk / dart-junitreport

An application to generate JUnit XML reports from dart test runs.
https://pub.dartlang.org/packages/junitreport
MIT License
31 stars 45 forks source link

Possibility to avoid adding system-out to the JUnit report #38

Open lhimo opened 2 years ago

lhimo commented 2 years ago

As integration tests can give a quite cumbersome system-out, if we execute a large number of tests the generated XML can exceed the memory limit. There should be the possibility to not populate the system-out but only the error node

vyendn3 commented 2 years ago

same issue

svania26 commented 1 year ago

@vyendn3 @lhimo Did you find Any solution to avoid prints while create jUnit report?