Pedro Pedruzzi wrote:
As Igor already pointed out, you can run project tests using regular Run as... / JUnit test.Does anybody know if m2eclipse is implementing some kind of integration between maven's surefire plugin ('test' phase) and, for example, the junit jdt plugin?It would be very nice if one could view junit test results in junit plugin's gui.
JUnit UI doesn't really allow any pluggability, though it is probably relatively simple to implement import of Surefire reports to JUnit view. Say, it could be an action that you could call from the reports folder, but I don't remember if JUnit view in Eclipse 3.3 had an Import action (I am pretty sure it wasn't in 3.2 and I see it in 3.4).
Also note that you could open txt reports as text files and stacktrace hyperlinking would work there (if you have Mylyn installed).
regards, Eugene --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
