Anil Gollaa wrote:
Hi,
I think i am not clear.
My query is while running the testcases,
Some times precondition of testcase fails, when precondition itself fails there is no point in executing the testcase further. so , is there any way in cucumber to skip execution of scenario when precondition of testcase fails.
In a Scenario if any step fails the following steps of that scenario are skipped.

This is the current behaviour of Cucumber. Older versions of Cucumber had some trouble with properly skipping these steps.

HTHs
--
Joseph Wilk
http://blog.josephwilk.net
Thanks,
Anil

_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to