| Class | VCR::CucumberTags |
| In: |
lib/vcr/test_frameworks/cucumber.rb
|
| Parent: | Object |
Adds `Before` and `After` cucumber hooks for the named tags that will cause a VCR cassette to be used for scenarios with matching tags.
@param [Array<String>] tag_names the cucumber scenario tags @param [(optional) Hash] options the cassette options. Specify
`:use_scenario_name => true` to automatically name the cassette according to the scenario name.