Class: AppMap::Cucumber::ProviderStruct
- Inherits:
-
Struct
- Object
- Struct
- 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
11 12 13 |
# File 'lib/appmap/cucumber.rb', line 11 def scenario @scenario end |
Instance Method Details
#feature_group ⇒ Object
12 13 14 15 |
# File 'lib/appmap/cucumber.rb', line 12 def feature_group # e.g. <Cucumber::Core::Ast::Location::Precise: cucumber/api/features/authenticate.feature:1> feature_path.split('/').last.split('.')[0] end |