matthewpietal / Eclipse-Plugin-for-Cucumber

Enables real-time validation and editing support for Cucumber feature files in Eclipse.
23 stars 10 forks source link

In case of failed tests jump from error in JUnit window to feature file #9

Open GerhardGFKSchuster opened 11 years ago

GerhardGFKSchuster commented 11 years ago

Feature: Navigation When in Eclipse after a cucumber test run an error is reported in the JUnit window. As an user. I want to be able to jump to the corresponding feature file with one mouse click

Scenario: Navigate from failure message to feature file with one click Given there is a cucumber test that fails And the test got executed When in the junit window I click onto the railed scenario Then the accosiated feature file shall open

matthewpietal commented 11 years ago

Lol. I really liked your issue format. :)

I've experienced this issue too and think it would be a great feature to add. We are in the process of consolidating the various Eclipse Cucumber plugins into a single standard plugin under the main cucumber github project. I will post an update to here once I have more information.