I am new to Scala and integrating it in an existing Java project.
The project is built with Maven (already configured the pom.xml successfully to compile and both Java and Scala code and run both lang's tests in a single project).
Our TeamCity Server has a Maven build step.
I have created a new unit test in ScalaTest, but when TeamCity runs the build, it does not identify this test as a test, so I can only see the result in the full build log, but not in the "Tests" tab.
Searched for a ScalaTest plugin for TeamCity but did not found any.
Any ideas? thanks.