Brian Repko commented on Story JBEHAVE-785

First, please do not log issues in JIRA without first discussing on the jbehave-user email list.
You are only seen by a limited set of eyes when you do that.

Second, for this particular issue - which I may not totally understand - you have different data for different environments but you'd like the story text to be the same. I'd perhaps look at the code that loads the data for external resources - I'm not sure if that uses the ResourceLoader interface or not - but you could just write the URL as

Examples:
../Login1-{env}.table

And then in that code replace the "{env}" with the actual environment (Login1-uat.table) and then parse from there.
That is not current functionality but rather another way to (potentially) use the existing interfaces.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to