scala-debug-adapter icon indicating copy to clipboard operation
scala-debug-adapter copied to clipboard

Print test reports in the sbt test-agent

Open adpi2 opened this issue 4 years ago • 1 comments

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 avatar Feb 18 '21 09:02 adpi2

Some inputs to work on this issue:

  • The test suite summary is built here. We can print it using listener.out.
  • A test that it is correctly printed out can be added in one of the scripted test, for instance this one, using the Outputed step event.

adpi2 avatar Nov 02 '22 10:11 adpi2