This small demo illustrates a problem with the @frsource/cypress-plugin-visual-regression-diff plugin together with Cypress 13.7.3.
npm ci
npx cypress open
-> run E2E tests in electron - one succeeds, one fails.
Then upgrade to Cypress 13.7.3:
npm install [email protected]
npx cypress open
-> run E2E tests in electron - one succeeds, the other one gets stuck indefinitely.