Class: AppMap::Cucumber::ProviderStruct
- Defined in:
- lib/appmap/cucumber.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#scenario ⇒ Object
Returns the value of attribute scenario.
Instance Method Summary collapse
Instance Attribute Details
#scenario ⇒ Object
Returns the value of attribute scenario
14 15 16 |
# File 'lib/appmap/cucumber.rb', line 14 def scenario @scenario end |
Instance Method Details
#feature_group ⇒ Object
15 16 17 18 |
# File 'lib/appmap/cucumber.rb', line 15 def feature_group # e.g. <Cucumber::Core::Ast::Location::Precise: cucumber/api/features/authenticate.feature:1> feature_path.split("/").last.split(".")[0] end |