Query: pherkin
OS: debian
Section: 1p
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PHERKIN(1p) User Contributed Perl Documentation PHERKIN(1p)NAMEpherkin - Execute tests written using Test::BDD::CucumberVERSIONversion 0.11SYNOPSISpherkin pherkin some/path/features/DESCRIPTION"pherkin" accepts a single argument of a directory name, defaulting to "./features/" if none is specified. This directory is searched for feature files (any file matching "*.feature") and step definition files (any file matching "*_steps.pl"). The step definitions are loaded, and then the features executed. Steps that pass are printed in green, those that fail in red, and those for which there is no step definition - or that are skipped as the result of a previous failure - as yellow. "pherkin" will exit with a non-zero status if (and only if) the overall result is considered to be failing.AUTHORPeter Sergeant "pete@clueball.com"LICENSECopyright 2012, Peter Sergeant; Licensed under the same terms as Perl perl v5.14.2 2012-05-20 PHERKIN(1p)