app::pherkin(3pm) debian man page | unix.com

Man Page: app::pherkin

Operating Environment: debian

Section: 3pm

App::pherkin(3pm)					User Contributed Perl Documentation					 App::pherkin(3pm)

NAME
App::pherkin - Run Cucumber tests from the command line
VERSION
version 0.11
SYNOPSIS
pherkin pherkin some/path/features/
DESCRIPTION
"pherkin" will search the directory specified (or "./features/") for feature files (any file matching "*.feature") and step definition files (any file matching "*_steps.pl"), loading the step definitions and then executing the features. Steps that pass will be printed in green, those that fail in red, and those for which there is no step definition as yellow (for TODO).
METHODS
run The "App::pherkin" class, which is what the "pherkin" command uses, makes use of the "run()" method, which accepts currently a single path as a string, or nothing. Returns a Test::BDD::Cucumber::Model::Result object for all steps run.
AUTHOR
Peter Sergeant "pete@clueball.com"
LICENSE
Copyright 2011, Peter Sergeant; Licensed under the same terms as Perl perl v5.14.2 2012-05-20 App::pherkin(3pm)
Related Man Pages
test::bdd::cucumber(3pm) - debian
test::bdd::cucumber::executor(3pm) - debian
test::bdd::cucumber::manual::architecture(3pm) - debian
test::bdd::cucumber::manual::tutorial(3pm) - debian
test::bdd::readme(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Is UNIX an open source OS ?
Find columns in a file based on header and print to new file