Hello,
I have been using serenity for a couple of weeks now. I am using it with the jbehave integration/plug-in.
I have several stories that have parameters in the stories but I wanted these parameters to be loaded from a file (or an external resource) it there a way to do that other then using SerenityParameterizedRunner. Using the SerenityParameterizedRunner seems to separate the test class from the *.story file since I need to call the steps in order in the test.
I see that jbehave allows for loading parameters from a external resource:
http://jbehave.org/reference/stable/parametrised-scenarios.htmlBut I was wondering how to accomplish this in the context of using serenity.
If anyone could provide me some guidance it would be much appreciated.
thanks in advance,
francisco