plikzee has asked for the wisdom of the Perl Monks concerning the following question:

I am new to Perl, and I need to work on Test::BDD::Cucumber. I started off by running calculator sample that ships with module. But I am not sure how to actually execute it. All I did was run: pherkin basic.feature It simply displays the output of the basic.feature file. I am not sure how do we go about executing the step definition. Could somebody please help me on this! Please point me to some basic tutorials on Test::BDD::Cucumber on Perl. Any help is greatly appreciated!! Regards, Plikzee

Replies are listed 'Best First'.
Re: Help needed on Test::BDD::Cucumber
by marto (Cardinal) on Sep 12, 2012 at 07:43 UTC
Re: Help needed on Test::BDD::Cucumber
by tobyink (Canon) on Sep 12, 2012 at 07:58 UTC

    Any particular reason you want to use Test::BDD::Cucumber? Test::More provides a much more stable, mature, well-understood and (frankly) sane testing framework.

    perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'