Last active
January 18, 2017 17:40
-
-
Save timhaines/0768842f06e9e4c6c84d8a070d47613a to your computer and use it in GitHub Desktop.
Converting Sidekiq Minitest Rack::Test tests to Capybara, and introducing Percy snapshots
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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