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
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
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
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
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