How to execute JUnit and TestNG tests in same project using maven-surefire-plugin ?
- by Ravi Nikam
Right now I have both type of tests but when I say "mvn test" it only executes TestNG tests and not Junit. I want to execute both one after another. Any Idea ?