Running JUnit Tests in Parallel in IntelliJ IDEA

后端 未结 3 2181
温柔的废话
温柔的废话 2020-12-17 15:43

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

3条回答
  •  旧巷少年郎
    2020-12-17 16:19

    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.

提交回复
热议问题