Sha256: 92c3c29dc7f3628bb5fd0a04d0562957cc2f0d57c5228de14fdd4581ab816eb3

Contents?: true

Size: 256 Bytes

Versions: 2

Compression:

Stored size: 256 Bytes

Contents

require "capybara/rails"
<% if rspec? -%>
require "capybara/rspec"
<% end -%>

Capybara.configure do |config|
  config.default_max_wait_time = 2
  config.enable_aria_label = true
  config.server = :puma, {Silent: true}
  config.test_id = "data-testid"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nextgen-0.11.0 template/test/support/capybara.rb.tt
nextgen-0.10.0 template/test/support/capybara.rb.tt