cypress-plugin-snapshots
cypress-plugin-snapshots copied to clipboard
Plugin for snapshot tests in Cypress.io
Hello 👋 I'm writing on behalf of the Cypress DX team. We wanted to notify you that some changes may need to be made to this plugin to ensure that...
this my attempt to fix this issue #217 this pr fix test retries with a single screenshot but the issue still stands for tests with multiple screenshots (but can be...
**Describe the bug** if cypress retry is enabled , when a test is retried, it creates a new snapshot named "test name #1.png", and falsely passes the test even though...
Bumps [async](https://github.com/caolan/async) from 3.2.0 to 3.2.4. Changelog Sourced from async's changelog. v3.2.4 Fix a bug in priorityQueue where it didn't wait for the result. (#1725) Fix a bug where unshiftAsync...
`cy.readFile` is a function to register a command on the cypress command loop. This command loop does not run while tests are not running. Thus the promise generate by `cy.readFile`...
Same principle as on https://github.com/meinaart/cypress-plugin-snapshots/pull/207
@meinaart Can you give me/someone/others permissions to approve/merge PRs etc for this project? It's a pretty nice plugin but it is in need of a fair amount of updates. I...
**Steps to replicate the issue:** 1. Run the cypress code First time to get the original screenshot. 2. Now re run the Cypress code with a different image comparision. 3....
**Describe the bug** A clear and concise description of what the bug is. The currently used `socket.io` is `^2.2.0`. However this version of `socket.io` has a DOS vulnerability from their...