scalacenter / scala-debug-adapter

Implementation of the Debug Adapter Protocol for Scala
Apache License 2.0
59 stars 26 forks source link

Print test reports in the sbt test-agent #32

Open adpi2 opened 3 years ago

adpi2 commented 3 years ago

Bloop writes a final test report at the end of the scalaTestSuites execution: bloop-test-report

The sbt test-agent should print a similar test report. The current report is: debug-adapter-test-report

Maybe we can use one of the default sbt test listener to do so.

adpi2 commented 1 year ago

Some inputs to work on this issue: