Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ScalaTest console output in IntelliJ Idea

I'm pretty frustrated with how to make IDEA output anything from the tests to console. I've tried different versions of Scala, ScalaTest and IDEA - nothing helps. Currently my setup is: scala-2.10.0-snapshot, scalatest_2.9.1-1.6.1, idea 110.3. The project is managed by maven. Could anyone please help? I'm expecting to see something like that: http://www.scalatest.org/getting_started_with_feature_spec

like image 980
Nikita Volkov Avatar asked Oct 10 '22 18:10

Nikita Volkov


1 Answers

Looks like it's a problem of Idea Scala plugin. Later builds start putting some output into the console, but not everything one should expect. For latest releases of the plugin check out http://confluence.jetbrains.net/display/SCA/Scala+Plugin+Nightly+Builds+for+Nika

like image 65
Nikita Volkov Avatar answered Oct 13 '22 10:10

Nikita Volkov