Rubymine 3.0.1 (Mac OS X) - not able to see the TreeView in the Run window
After upgrading to Rubymine 3.0.1, I lost the TreeView on the Run window. I searched all the option
s under Tools, View and everything else and there is no way to get it back. I even tried to restore the default view settings and still it didn't brin
g the TreeView back.
Can someone tell me how to turn the TreeView on?
Thanks,
Krishnan Kannan
请先登录再写评论。
Hi Krishnan,
Which tree view do you mean? Tests tree?
Yes, I am talking about the Tests tree view in the Run window.
The tree view disappears only when I run all Features in by Rails.root/features directory. The tree view stays when I run all unit tests.
Please attach screenshots of console view and "run all features" run configuration
Image files attached.
Attachment(s):
AllFeaturesRunConfig.jpg
RunWindow.jpg
It is because "-f progress" option forces RubyMine to use standard cucumber "progress" console formatter instead of our UI-based implementation. Just remove this cmdline option.
Thanks Roman. That did the trick.