Cucumber failed scenarios not providing details (Ubuntu)

Posted by user361646 on Stack Overflow See other posts from Stack Overflow or by user361646
Published on 2010-06-08T17:37:00Z Indexed on 2010/06/08 17:43 UTC
Read the original article Hit count: 563

Filed under:
|
|

When I run cucumber from my Ubuntu server I don't get details on why the scenario is failing. For example here is what I get:

..... cucumber features/messaging.feature:6 # Scenario: Joe can view his inbox cucumber features/messaging.feature:14 # Scenario: Joe can send a message cucumber features/messaging.feature:26 # Scenario: Joe can view a message in his inbox cucumber features/messaging.feature:35 # Scenario: Joe can reply to a message .....

Is there something I need to configure or pass to the cucumber command to see the details of the failed scenarios??

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about ubuntu