Sha256: e49e47a74def96b8231332cb55bf9b01cb4d53774f4475e01bf5ef3b918daaba

Contents?: true

Size: 486 Bytes

Versions: 2

Compression:

Stored size: 486 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 -%>
  require_relative 'allure_helper'
<% if automation == 'cross_platform' -%>
  require_relative 'appium_helper'
<% end -%>
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ruby_raider-0.4.4 lib/generators/templates/helpers/raider_helper.tt
ruby_raider-0.4.3 lib/generators/templates/helpers/raider_helper.tt