I develop my product with Java and have test code written by Scala(Specs2). I wanted run test cases on my PC and Jenkins.
I have got some problems and solved by the following pom.xml. It works well. I hope this helps you.
Don't forget add "@RunWith(classOf[JUnitRunner])" to your xxxSpec class.
No comments:
Post a Comment