Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have tried to follow this steps.

But when I try to run multiple scenarios in the same file, my jUnit seems to be completely lost. It runs a "Given" in a scenario and the same time it runs a When in another scenario.

Any ideas?

share|improve this question
Can you illustrate the problem with a short example? There's an awful lot to read on that page. – Andy Waite Oct 27 '11 at 20:28
What I'm basically doing is to use a jUnit annotation @RunWith(Cucumber.class) that runs a suite of scenarios. So, when I run this suite looks that have no order between them. – coffee Oct 28 '11 at 2:26

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.