Skip to content

Releases: percy/percy-capybara

v2.0.1

10 Mar 01:33
Compare
Choose a tag to compare

Pass through options to create_snapshot.

v2.0.0

22 Feb 22:22
Compare
Choose a tag to compare
  • Add support for responsive widths.
    • Setting global default widths for all snapshots:

      Percy.config.default_widths = [320, 1280]
    • Or override on a per-snapshots basis:

      Percy::Capybara.snapshot(page, name: 'homepage', widths: [320, 1280])
  • 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.

v1.2.0

10 Feb 23:33
Compare
Choose a tag to compare

Add support for uploading the public/ folder in Rails apps as build resources.

v1.1.0

17 Nov 04:00
Compare
Choose a tag to compare

Update client dependency.

v1.0.0

20 Oct 18:46
Compare
Choose a tag to compare

Tagging v1.0.0 release, woohoo!

All future releases will continue to follow the Semantic Versioning scheme. http://semver.org/

v0.7.0

15 Oct 22:14
Compare
Choose a tag to compare

Make percy-capybara client safe from connection errors and Percy API failures. No longer raises connection errors which might break CI builds.

v0.6.1

12 Oct 18:51
Compare
Choose a tag to compare

Bump percy-client dependency.

v0.6.0

06 Oct 18:53
Compare
Choose a tag to compare

Add support for about:srcdoc URLs.
Refactor initialize_build to be explicit instead of implicit (support for parallel tests).
Turn on debugging in gem tests.

v0.5.0

01 Oct 21:42
Compare
Choose a tag to compare

Adding config for outputting debug information.

v0.4.12

23 Sep 17:36
Compare
Choose a tag to compare

Bump percy-client dependency.