views:

61

answers:

1

I have a large suite of tests that takes about half an hour to run and would love to be able to the test classes in parallel.

Is there a way to do that with IntelliJ IDEA 9?

+2  A: 

IDEA will understand parallel JUnit tests only since version 10.

There is a tracker issue which you can vote for and watch for progress: http://youtrack.jetbrains.net/issue/IDEA-47103

We plan to add it in IDEA 10, but the priority would depend on the number of votes.

CrazyCoder
Can you offer a source for this?
Omer van Kloeten
The source is IDEA developer I talked to. I've added tracker issue link to my reply.
CrazyCoder
Wonderful! When do you expect to release IDEA 10?
Omer van Kloeten
IDEA 10 will be released by the end of 2010.
CrazyCoder