I have written scala test file using spec, the spec file's output comes console but not in logger file. Though my logback.xml configuration is same for both?
Asked
Active
Viewed 114 times
0
-
Can you share your logback.xml, so we can take a look at it, please ? – Youssef NAIT Feb 12 '16 at 11:27
-
I believe that you want to store the results of the test in a file to use in your CI or something similar. You might be interested in http://etorreborre.github.io/specs2/guide/SPECS2-2.4.17/org.specs2.guide.Runners.html and if you are using sbt in http://www.scala-sbt.org/0.13/docs/Testing.html – Jonas Anso Feb 12 '16 at 15:47