Class: AppMap::Cucumber::ProviderBefore4
- Inherits:
-
ProviderStruct
- Object
- Struct
- ProviderStruct
- AppMap::Cucumber::ProviderBefore4
- Defined in:
- lib/appmap/cucumber.rb
Overview
ProviderBefore4 provides scenario name, feature name, and feature group name for Cucumber versions before 4.0.
Instance Attribute Summary
Attributes inherited from ProviderStruct
Instance Method Summary collapse
Methods inherited from ProviderStruct
Instance Method Details
#attributes ⇒ Object
22 23 24 |
# File 'lib/appmap/cucumber.rb', line 22 def attributes ScenarioAttributes.new(scenario.name, scenario.feature.name, feature_group) end |
#feature_path ⇒ Object
26 27 28 |
# File 'lib/appmap/cucumber.rb', line 26 def feature_path scenario.feature.location.to_s end |