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 ?
for Junit this solved my problem
org.apache.maven.plugins maven-surefire-plugin 2.19.1 org.apache.maven.surefire surefire-junit47 2.19.1