Sha256: 6d767a90fb78b819ea18cb84e4ca1b9d85287186c5e457047d4deea5521a1b48

Contents?: true

Size: 614 Bytes

Versions: 12

Compression:

Stored size: 614 Bytes

Contents

# frozen_string_literal: true

module Raider
<%- if framework == 'rspec' -%>
  require_relative 'spec_helper'
<%- end -%>
  <%= ERB.new(File.read(File.expand_path('./partials/require_automation.tt', __dir__))).result(binding).strip! %>
<%- if automation == 'watir' -%>
  require_relative 'browser_helper'
<%- else -%>
  require_relative 'driver_helper'
<%- end -%>
<%- unless visual_automation -%>
  require_relative 'allure_helper'
<%- end -%>
<%- if automation == 'cross_platform' -%>
  require_relative 'appium_helper'
<%- end -%>
<%- if visual_automation -%>
  require_relative 'visual_helper'
<%- end -%>
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
ruby_raider-0.6.0 lib/generators/templates/helpers/raider_helper.tt
ruby_raider-0.5.9 lib/generators/templates/helpers/raider_helper.tt
ruby_raider-0.5.8 lib/generators/templates/helpers/raider_helper.tt
ruby_raider-0.5.7 lib/generators/templates/helpers/raider_helper.tt
ruby_raider-0.5.6 lib/generators/templates/helpers/raider_helper.tt
ruby_raider-0.5.5 lib/generators/templates/helpers/raider_helper.tt
ruby_raider-0.5.4 lib/generators/templates/helpers/raider_helper.tt
ruby_raider-0.5.3 lib/generators/templates/helpers/raider_helper.tt
ruby_raider-0.5.2 lib/generators/templates/helpers/raider_helper.tt
ruby_raider-0.5.1 lib/generators/templates/helpers/raider_helper.tt
ruby_raider-0.5.0 lib/generators/templates/helpers/raider_helper.tt
ruby_raider-0.4.9 lib/generators/templates/helpers/raider_helper.tt