Class VCR::CucumberTags
In: lib/vcr/test_frameworks/cucumber.rb
Parent: Object

Provides integration with Cucumber using tags.

Methods

add_tag   new   tag   tags   tags  

Classes and Modules

Class VCR::CucumberTags::ScenarioNameBuilder

Public Class methods

@private

Public Instance methods

tag(*tag_names)

Alias for tags

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.

[Validate]