+1 How can be useful running test from maven's goal (Inside the IDE) when is quite innatural checkking the reports ? I just need to understand which is your test strategies. Do you create a test class, execute the Junit (right clikking the class then Run) and browse the errors from Junit, then at the end of the project exec maven's test as final check? Or do you create tests and execute maven's test frequently?
+1
How can be useful running test from maven's goal (Inside the IDE) when is quite innatural checkking the reports ?
I just need to understand which is your test strategies.
Do you create a test class, execute the Junit (right clikking the class then Run) and browse the errors from Junit, then at the end of the project exec maven's test as final check? Or do you create tests and execute maven's test frequently?
Thanks.