Hi,
The Console does not support monitoring of tests out of the box.
Although it is possible in theory I would not propose to go down that route.
Unit tests tend to have a short life span and as such you would not get any valuable information from using the Console.
Why not run the Console to check out your application instead?
For more information about how to set up the console with sbt I suggest you take a look at this plugin:
https://github.com/sbt/sbt-atmosThanks,
Henrik