I have different maven/java projects folder in Eclipse IDE and i usually run those with “Run Configuration”. These are Selenium and Cucumber based projects which have a TestRunner.java class and i run those as TestNG runners.
Now, is there any way to invoke the TestNG runner classes of all projects at once through any CMD commands, batch file or Script?
I need to start all project execution parallely using some solution, but cant find one
Source: Read More