Vitest snapshot manager
File system snapshot - serialize and deserialize file system trees to binary or JSON
Delightful JavaScript Testing.
Delightful JavaScript Testing.
rrweb's component to take a snapshot of DOM, aka DOM serializer
rrweb's component to take a snapshot of DOM, aka DOM serializer
Snapshot a list or static directory of web pages.
Jest matcher for image comparisons. Most commonly used for visual regression testing.
rrweb's component to take a snapshot of DOM, aka DOM serializer
TypeScript definitions for jest-image-snapshot
Reads a v8 heapsnapshot
rrweb's component to take a snapshot of DOM, aka DOM serializer
No description provided.
rrweb's component to take a snapshot of DOM, aka DOM serializer
[](https://circleci.com/gh/igor-dv/jest-specific-snapshot)
The core component of Percy's CLI and SDKs that handles creating builds, discovering snapshot assets, uploading snapshots, and finalizing builds. Uses `@percy/client` for API communication, a Chromium browser for asset discovery, and starts a local API se
Provide snapshot test for eslint rule
Cypress Image Snapshot binds jest-image-snapshot's image diffing logic to Cypress commands.
Jest snapshot serializer that beautifies HTML.
Cypress bindings for jest-image-snapshot.
Diffing Jest snapshots utility
Jest matcher to write snapshots to a separate file instead of the default snapshot file used by Jest
Generates Cucumber HTML reports in three different themes
Jest utilities for emotion
Snapshots for ActiveRecord
manage snapshot materialized views for ActiveRecord. multiple versions of each view are maintained, a live version, a working version and 1 or more history versions, all created and managed automatically
Dead simple snapshot versioning for ActiveRecord models and associations.
Dump your rails databases in a database agnostic format (ruby).
For data records that only need to be partially updated, this provides versioning for dirty attributes
This project adds the ability for ActiveRecord-based projects to automatically maintain a snapshot of an object hierarchy when it is updated.
ActiveSnapshotRails allows you to save snapshots of ActiveRecord records, including their nested associations, and restore them at any point. Useful for auditing, backups, and rollback functionality.
A simple gem that audit ActiveRecord models' attributes or methods by taking snapshots and diff them for you. Starting from scratch to work with Rails 3.2.2 onwards
Provides GarlandRails::Base class for ActiveRecord, which allows you to save Hashes using snapshots and diffs (in short, it's HashDiff Rails storage).
DumpedRailers helps you take a snapshot of ActiveRecord models in Rails-compatible fixture format, and re-import them wherever necessary without destroying current data you have.
Auditron tracks who changed what on any ActiveRecord model — storing only the fields that changed, not full snapshots. Ships with a chainable query DSL, built-in log retention, a simple actor lambda, and works with PostgreSQL, MySQL, and SQLite. Zero hard dependencies beyond ActiveRecord.
database-cloner-rails provides two rake tasks for moving database records between Rails environments. `rake database:download` dumps all ActiveRecord model records to plain Ruby files (Model.create(...) statements). `rake database:upload` replays those files to restore records in the target database. Useful for seeding a staging environment from production data, creating snapshots before destructive migrations, or sharing realistic test data across a team. Supports optional MODELS filtering: `rake database:download MODELS=users,posts` to dump only specific tables. The dump directory is created automatically.