Re: [jbehave-user] SeleniumStepMonitor could be more general

2013-12-08 Thread Hans Schwäbli
Hello Mauro, I created today such a Jira issue: http://jira.codehaus.org/browse/JBEHAVE-966 2013/12/6 Mauro Talevi > Hi Hans, > > Yes the context view and its local frame impl are indeed generic and could > be moved to core. > > please open a jira issue for this. > > In the meantime, you can u

Re: [jbehave-user] SeleniumStepMonitor could be more general

2013-12-06 Thread Mauro Talevi
Hi Hans, Yes the context view and its local frame impl are indeed generic and could be moved to core. please open a jira issue for this. In the meantime, you can use the classes in jbehave-selenium. Use the SeleniumStepMonitor with with the ContextView ctor. Cheers > On 6 Dec 2013, at 13:1

Re: [jbehave-user] SeleniumStepMonitor could be more general

2013-12-06 Thread Hans Schwäbli
You did not understand what I wrote about Christiano. It took me now some time to make sense of your postings, which actually make no sense for my issue (sorry that I have to say that). After it took me quite a long time to get that example working I have discovered that it has no StepMonitor lik

Re: [jbehave-user] SeleniumStepMonitor could be more general

2013-12-05 Thread Hans Schwäbli
Strange, since if I don't set any StepMonitor I don't see a StepMonitor like the SeleniumStepMonitor. Do you know how SeleniumStepMonitor appears? Maybe we have a misunderstanding. Anyway, I will check that. 2013/12/4 Cristiano Gavião > you can't see because the default StepMonitor (as many ot

Re: [jbehave-user] SeleniumStepMonitor could be more general

2013-12-04 Thread Cristiano Gavião
you can't see because the default StepMonitor (as many other configs) is set automatically for JBehave runner/embedder. and this project is for test a Swing application 2013/12/4 Hans Schwäbli > Could you be more specific please? > > If I look into this class, there is no StepMonitor confi

Re: [jbehave-user] SeleniumStepMonitor could be more general

2013-12-04 Thread Hans Schwäbli
Could you be more specific please? If I look into this class, there is no StepMonitor configured: https://github.com/jbehave/jbehave-core/blob/master/examples/gameoflife/src/main/java/com/lunivore/gameoflife/GridStory.java 2013/12/4 Cristiano Gavião > You already have this in core... > > check

Re: [jbehave-user] SeleniumStepMonitor could be more general

2013-12-04 Thread Cristiano Gavião
You already have this in core... check this example: https://github.com/jbehave/jbehave-core/tree/master/examples/gameoflife 2013/12/4 Hans Schwäbli > There is a nice SeleniumStepMonitor in jbehave-web which shows live the > steps which are performed in a small window. > > I tried to have such

[jbehave-user] SeleniumStepMonitor could be more general

2013-12-04 Thread Hans Schwäbli
There is a nice SeleniumStepMonitor in jbehave-web which shows live the steps which are performed in a small window. I tried to have such a step monitor in another use case: testing a rich client with JBehave and IBM Rational Functional Tester. It would be nice if I could use that monitoring wind