Disable automatic closing of finished processes?

I'm running multiple Cucumber and Rspec tests inside of Rubymine in parallel. Some of them finish successfully, and some of them fail, so I need to be able to see the results of each test in the "Run:" frame that pops up at the bottom of Rubymine. Unfortunately, if one of them finishes or has finished before I start another test, it will close out the results of that run before I get a chance to check it, so I have to run it all over again. I can check through all running tests to make sure none of them are done before I start a new one, but that's tedious. On the other hand, if I happen to start a new test right as one finishes, I don't get a chance to see the results at all.

Is it possible to set some option to keep all run results open until they are explicitly closed?

Thanks
Thomas

0

请先登录再写评论。