snapshot icon indicating copy to clipboard operation
snapshot copied to clipboard

Adds value / object / DOM element snapshot testing support to Cypress test runner

Results 67 snapshot issues
Sort by recently updated
recently updated
newest added

Fixes issue #23. When serializes DOM or react elements, instead of taking the first element of the passed JQuery object, we iterate through all top level elements and concatonate the...

Jest allows you to specify the location of a "snapshot serializer" file. This gives users the power to format the snapshots however they like. ```js // jest.config.js snapshotSerializers: [ '/node_modules/jest-serializer-vue-tjw'...

Using 'readFileMaybe' plugin for storing snapshots for each test run next to the initial test caller, there is no need of creating an empty file if no test invokes a...

To better match Jest syntax, based on comment https://www.cypress.io/blog/2018/01/16/end-to-end-snapshot-testing/index.html#comment-3759119610

Should wait for Cypress v1.2.0 release for update type definitions.

## Is this a bug report or a feature request? The git pre-push hook fails on Windows due to the `npm run size` script: ```ps $ npm run size >...

## Is this a bug report or a feature request? Feature Request If this is a new feature request, please describe it below Jest snapshot testing provides a flag `-u`...

Thank you for taking time to open a new issue. Please answer a few questions to help us fix it faster. You can delete text that is irrelevant to the...

Currently, the snapshot is all placed on a single line. This makes it very difficult to tell what changed in a code review. It would be nice if the output...

Very helpful thanks — would be nice if its output file names and locations could be configured.