cucumber-eclipse
cucumber-eclipse copied to clipboard
Rerun with JUnit
Even if an IDE has native support for running a feature/scenario with a keystroke, it is still practical to have a single JUnit class to run everything. When all scenarios are run and displayed in the JUnit result tree, it should be possible to rerun the failing ones (or perhaps just one of them) by clicking on the failed scenario and choose "run again".
:+1: for this
Can you give an example where we can see results in JUint tree?