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

Test::BDD::Cucumber::Model::Scenario - Model to represent a scenario

Attributes

name
       The text after the "Scenario:" keyword

   description
       The text between the Scenario line and the first step line

   steps
       The associated <Test:BDD::Cucumber::Model::Step> objects

   datasets
       The dataset(s) associated with a scenario.

   background
       Boolean flag to mark whether this was the background section

   keywordkeyword_original
       The keyword used in the input file ("keyword_original") and its specification equivalent ("keyword") used
       to start this scenario. (I.e. "Background", "Scenario" and "Scenario Outiline".)

   line
       A Test::BDD::Cucumber::Model::Line object corresponding to the line where the "Scenario" keyword is.

   tags
       Tags that the scenario has been tagged with, and has inherited from its feature.

Author

       Peter Sergeant "pete@clueball.com"

Description

       Model to represent a scenario

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             Test::BDD::Cucu...Model::Scenario(3pm)

Name

       Test::BDD::Cucumber::Model::Scenario - Model to represent a scenario

Version

       version 0.87

See Also