Sha256: b57d9198b7ac44e15517a11a29a0d04017b4e2e6a9b371be458c7e5909d29078
Contents?: true
Size: 491 Bytes
Versions: 4
Compression:
Stored size: 491 Bytes
Contents
require 'capybara-screenshot/cucumber' # Keep up to the number of screenshots specified in the hash Capybara::Screenshot.prune_strategy = { keep: 10 } # This asset host will become a `<base>` tag in the HTML's `<head>` and allow # resolving test assets via the development Rails server. This makes HTML # screenshots prettier. # Note that *you won't be using development assets* but the compiled files from # `RAILS_ROOT/public/packs-test/`. Capybara.asset_host = 'http://localhost:3000/'
Version data entries
4 entries across 4 versions & 1 rubygems