how to use sbt atmos with sbt tests?

39 views
Skip to first unread message

A T

unread,
Dec 13, 2013, 9:17:50 AM12/13/13
to typesafe...@googlegroups.com
I am trying to use the typesafe console in sbt to monitor my test cases in my scala akka project.
I wrote test cases using testkit.
I have no clue how to use the typesafe console in test cases.




h3nk3

unread,
Dec 13, 2013, 10:07:26 AM12/13/13
to typesafe...@googlegroups.com
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-atmos

Thanks,
Henrik
Reply all
Reply to author
Forward
0 new messages