[jbehave-user] How to run Git sample Jbehave projects in Multiple browsers

2014-03-28 Thread Kaustubh Joshi
Hi All, I want to use Jbehave running selenium scripts in multiple browsers. Normally in the selenium we can use below snippet of code (just an example) to run in chrome or ie // Code Snippet System.setProperty("webdriver.ie.driver", "C:\\SeleniumD\\Selenium\\IEDriverServer.exe"); WebD

[jbehave-user] Re: Behavior of org.jbehave.core.ConfigurableEmbedder.configuredEmbedder()

2014-03-28 Thread Hans Schwäbli
I could cache the embedder myself by using lazy initialization in my class which extends JUnitStories. But that has a side effect: the meta filtering does not work then for some unknown reason. On Wed, Mar 26, 2014 at 8:54 AM, Hans Schwäbli wrote: > Hello Mauro, > > I stumbled upon a beheavior