When(/^test cases are extracted from "([^"]*)" using the following inclusive tag filters:$/) do |target, filters|
  @output ||= {}
  options = {}

  options[:included_tags] = filters.raw.flatten.collect { |filter| process_filter(filter) }