sbt/testing/src
Clayton ef90ca0540
[2.x] feat: Forward test events to listeners as they are emitted (#9087)
Test report listeners now receive testEvent callbacks as the underlying test framework emits events, instead of only after a whole group finishes. startGroup / endGroup timing is aligned with that streaming model for both in-process and forked test runs.

No public API changes - only listener callback timing and the internal worker <-> sbt JSON-RPC protocol.
2026-04-16 00:58:06 -04:00
..
main [2.x] feat: Forward test events to listeners as they are emitted (#9087) 2026-04-16 00:58:06 -04:00
test/scala/sbt [2.x] refactor: Use `IO.withTemporaryDirectory` instead of `File.createTempFile` (#9084) 2026-04-13 15:07:32 -04:00