snapshot
                                
                                
                                
                                    snapshot copied to clipboard
                            
                            
                            
                        Adds value / object / DOM element snapshot testing support to Cypress test runner
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | ansi-regex | [`3.0.0` -> `3.0.1`](https://renovatebot.com/diffs/npm/ansi-regex/3.0.0/3.0.1) | | ansi-regex | [`4.1.0` -> `4.1.1`](https://renovatebot.com/diffs/npm/ansi-regex/4.1.0/4.1.1) | | ansi-regex...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | ajv | [`5.5.2` -> `6.12.3`](https://renovatebot.com/diffs/npm/ajv/5.5.2/6.12.3) | ### GitHub Vulnerability Alerts #### [CVE-2020-15366](https://nvd.nist.gov/vuln/detail/CVE-2020-15366) An issue was...
## Is this a bug report or a feature request? Feature request If this is a bug report, please provide as much info as possible - version: 10.1.0 - platform:...
I noticed it might be good to show the snapshot name in the error message, especially when making multiple snapshots in one test. Furthermore there was a typo in the...
I'm running a project on Angular v12.2.14 and Cypress v6.9.1 and when I install the latest (v2.1.7) of this package and include `require('@cypress/snapshot').register()` in my `commands.js` as directed, I get...
Fixes #158.
## Bug Report - @cypress/[email protected] - Mac - Expected behavior: Installing with Yarn 3 and PnP should successfully run @cypress/snapshot's postinstall script - Actual behavior: Installing with Yarn 3 and...
Extend Cypress namespace just like describe in https://github.com/cypress-io/cypress/issues/1065 ```ts declare namespace Cypress { interface Chainable { snapshot: typeof snapshot } } function snapshot(value: string): void { ... } Cypress.Commands.add('snapshot', snapshot)...
When using [test retries](https://docs.cypress.io/guides/guides/test-retries) and a snapshot doesn’t match, the test will fail on the first attempt but pass on the subsequent retries. ## Expected behavior Tests should continue failing,...
Could this be addressed? Warning from GitHub: ``` The latest possible version that can be installed is 1.4.0 because of the following conflicting dependency: @cypress/[email protected] requires diff@^1.3.2 via a transitive...