lampepfl / dotty-feature-requests

Historical feature requests. Please create new feature requests at https://github.com/lampepfl/dotty/discussions/new?category=feature-requests
31 stars 2 forks source link

Use Junit RunListener to make a better summary report for tests #32

Open smarter opened 7 years ago

smarter commented 7 years ago

See http://junit.org/junit4/javadoc/latest/org/junit/runner/notification/RunListener.html, this can be passed to https://github.com/sbt/junit-interface using the --run-listener= option.

DarkDimius commented 7 years ago