Re: [rspec-users] Cucumber: Setting Dependency among scenarios

2009-04-29 Thread Neema Cheriyath
Hi Aslak, I have created a new ticket in github for implementing hooks in cucumber_java. Please find the link: http://github.com/aslakhellesoy/cucumber_java/issues/#issue/2 Thanks, Neema -- Posted via http://www.ruby-forum.com/. ___ rspec

Re: [rspec-users] Cucumber: Setting Dependency among scenarios

2009-04-29 Thread Neema Cheriyath
Thank you Aslak. Let me see whether I can make use of Background for implementing the dependency issue that I mentioned. I think implementing hooks in cucumber_java will be useful for us, since we can make use of that to get a detailed report with all the required information while running the

[rspec-users] Cucumber: Setting Dependency among scenarios

2009-04-26 Thread Neema Cheriyath
Hi, I am planning to use cucumber-java for my java project for automated testing. I would like to know if there is any option in cucumber, by which we can explicitly provide dependency among running scenarios. For example: I have a ValidateProfile.java and a ProfileSignIn.java. public

Re: [rspec-users] [cucumber, jruby] Same steps are be ing added multiple t

2009-04-17 Thread Neema Cheriyath
Aslak Hellesøy wrote: > On Tue, Apr 14, 2009 at 12:08 AM, John Goodsen > wrote: > >> OK, I'll reproduce in a simple example and create a ticket... >> >> > Excellent - I'll get to it ASAP I am also having the same issue with cucumber-java. please refer - http://www.ruby-forum.com/topic/184342#n

[rspec-users] Ambigous error while running cucumber features

2009-04-15 Thread Neema Cheriyath
Hello, I was just trying out a cucumber-java example with selenium integrated. My feature file has two scenarios and while executing the command "cucumber features", It is executing the first scenario succesfully, but for the second scenario I am getting the ambiguity error (Cucumber::Ambig