Running cucumber no longer updates the scenario-count feedback

Hi,

For as long as I can remember Rubymine had updated the scenario count while running both RSpec and Cucumber tests. By this I mean that while the tests are running the top status bar of the test window says something like "Running x of y". This is very helpful when the number of tests are in the hundreds because it gives you an idea of where you are and how long it will be until the tests are finished.

In Rubymine 6.0.2 that feedback is no longer updated in Cucumber. (RSpec still works.) It just says "Running 0 of <..>" and the "0" never gets updated. (I've noticed that for some reason RSpec can calculate the number of tests so its feedback is something like "Running 8 of 56", but Cucumber has never been able to calculate the number so it always outputs something like  "Running 8 of <..>".

Anyway, I'm not sure if this started in 6.0.2 or not; all I know is that it just started recently.

Is there a setting where this can be enabled/disabled or is this a bug?

Thanks,
Larry

0
4 comments

Hi,

there is no such settings, most likely this is a bug in our cucumber formatter :(  What version of Cucumber are you using?

Regards, Oleg.

0

I'm currently at version 1.3.4. (I see that the latest version of cucumber is 1.3.10)

0

Could you please file a bug about the problem in our tracker (http://youtrack.jetbrains.com/issues/RUBY)

Thanks in advance, Oleg.

0

Just reported it, Oleg. Thanks!

-- Larry

0

Please sign in to leave a comment.