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 ---
org.apache.maven.plugins maven-surefire-plugin 2.19.1 org.apache.maven.surefire surefire-junit47 2.19.1
Similarly use the dependency for TestNG when required