What is the JBehave way to use test configurations? For instance I want to configure the base URL, the browser(s) to be used, some common data like username and password and so on.
I could write an "Environment" class and put it in it or write property files. Someone even wrote a Step for this, which imports such configuration data. But maybe there exists a feature in JBehave for such things?
