How do I run multiple test classes at once? Permanently deleted user 创建于 2009年04月22日 10:05 When I select multiple test classes in the project pane and then run the context configuration, only the first class is run. Is this a bug?
Hello Peter,
No. There is no feature in IntelliJ IDEA for running multiple individually
selected test classes in one session.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
I think this should be added. It's the natural expectation. Other actions like refactorings and compilation also operate on all selected files.
Chek it out
https://plugins.jetbrains.com/plugin/7248-multirun
1. Put the classes under same folder
2. Right click the folder
3. Pick the option "Run Tests in Your.Folder.Path"
It runs test in multiple classes.