logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

App::pherkin - Run Cucumber tests from the command line

Author

       Peter Sergeant "pete@clueball.com"

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), assuming you're using the default output harness.

License

         Copyright 2019-2023, Erik Huelsmann
         Copyright 2011-2019, Peter Sergeant; Licensed under the same terms as Perl

perl v5.40.1                                       2025-05-29                                  App::pherkin(3pm)

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.

Name

       App::pherkin - Run Cucumber tests from the command line

Synopsis

        pherkin
        pherkin some/path/features/

Version

       version 0.87

See Also