Home > Back-end >  What is causing my rubymine test results runtime to be in days?
What is causing my rubymine test results runtime to be in days?

Time:11-09

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

CodePudding user response:

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.

  • Related