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??