Search code examples
rubyminetest-runner

RubyMine test runner tab not showing the tree view while running tests


I'm using RubyMine 2016.1.2 and whenever I run a test the tree view doesn't show up in the left hand test toolbar. According to this: https://www.jetbrains.com/help/idea/test-runner-tab.html items 2,3, and 6 are missing but should be there. I have tried editing the views and settings to see if there was something there that would enable but haven't had any luck. Does anyone know how to get this view to show?


Solution

  • In Rubymine Go to > Configuration> Runner Options > Then remove --format pretty > Apply > Ok > Click on Run Button. Then the Test Runner will be displayed.

    enter image description here