Search code examples
rubyidecucumbercapybararubymine

What is causing my rubymine test results runtime to be in days?


The project I work on is ruby BE, react FE, with end to end tests written in capybara/cucumber.

Due to some configuration file or something I'm guessing, when I run the tests, the output states several hours per test and I'm not sure where this is coming from, any ideas?

RubyMine test results pane


Solution

  • That appears to be a known problem in RubyMine:

    https://youtrack.jetbrains.com/issue/RUBY-28351/Timing-seems-off-when-running-Cucumber-test

    Please add your vote there specifying also the IDE's version.