Scalatest in maven: JUnit results
问题 I have a continuous integration server set up in Microsoft Visual Studio Team Services. I am able to build my code and run my tests through scalatest . However, I cannot figure out how to output the results in a JUnit format. I have seen many results for people using SBT, but none who are using Maven . Under configuration, is the 'junitxml' tag supposed to generate the correct file? This would mean it's a Microsoft problem then. My scalatest plugin currently look like: <plugin> <groupId>org