lib/generators/templates/helpers/raider_helper.tt in ruby_raider-0.4.4 vs lib/generators/templates/helpers/raider_helper.tt in ruby_raider-0.4.5

- old
+ new

@@ -8,10 +8,15 @@ <% 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