How to run Cucumber with Eclipse
Hello!I got a cucumber a scenario for a feature that I would like to run from Eclipse (Mars).
But when I run it like JUnit (perhaps that is wrong, but it almost works) the progress bar turns gray at "When" and the test seems to be stopped even though it runs through the whole scenario. Please see this image:
https://snag.gy/emL9o8.jpg
When I run it from maven it works fine.
Since it is displayed with the feature and all in eclipse I guess it should be executed like this. But why does it stops and turn gray at "When"?
Best regards
Fredrik