Hi, I would like to ask:
1. Is there a way to avoid having to write a JUnit class per story file? 2. If I need to do some tasks before running the tests once (deploy war in my case) how would I do that? 3. My When section gets some data and my Then section asserts on it. Is it ok to create an instance field in the Steps class and assign in one step and use it in another? Seems a bit hacky. Thanks Rakesh
