You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update internal error handling and percy-client dependency.
Breaking change: removed deprecated flow where create_snapshot would initialize a build if not already created. Users must explicitly call Percy::Capybara.initialize_build (or use the RSpec require) at the beginning of test suites, which was required for parallel test support.