Skip to content

Instantly share code, notes, and snippets.

@timhaines
Last active January 18, 2017 17:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timhaines/0768842f06e9e4c6c84d8a070d47613a to your computer and use it in GitHub Desktop.
Save timhaines/0768842f06e9e4c6c84d8a070d47613a to your computer and use it in GitHub Desktop.
Converting Sidekiq Minitest Rack::Test tests to Capybara, and introducing Percy snapshots
# Initialize and finalize Percy.io
Percy::Capybara.initialize_build
MiniTest.after_run {
Percy::Capybara.finalize_build
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment