How to execute JUnit and TestNG tests in same project using maven-surefire-plugin ?

Posted by Ravi Nikam on Stack Overflow See other posts from Stack Overflow or by Ravi Nikam
Published on 2009-08-05T12:11:12Z Indexed on 2010/03/28 22:33 UTC
Read the original article Hit count: 252

Filed under:
|
|
|

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 ?

© Stack Overflow or respective owner

Related posts about junit4

Related posts about unit-testing