There is no plugin that automatically runs your tests in parallel. It would actually be very difficult. The parallelization probably needs to know a lot about your tests, so it needs to be closely integrated with the test framework you are using.
You should probably check if the test framework you are using supports running tests in parallel. -- Sami Harsh <harshkum...@gmail.com> kirjoitti 28.5.2012 kello 11.43: > Hi, > I have UI Automated Tests which i intend to run in parallel and need a > plug-in for that. DistTest looks to run only jUnit test cases in > parallel. Can you suggest a plugin. > > Regards, > Harsh