An open API service indexing awesome lists of open source software.

https://github.com/atrakh/cypress-ct-snapshots


https://github.com/atrakh/cypress-ct-snapshots

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

This repo demonstrates an issue with integrating the `@cypress/snapshot` npm package into cypress component tests.

Notable files:
- `cypress/plugins/index.ts`
- `cypress/support/commands.ts`
- `src/App.spec.tsx`

Running `App.spec.tsx` (`npm run cypress`) results in an infinite cycle of the test reloading after passing. This issue is gone if you comment out the registration of `@cypress/snapshot` (line 2 of `cypress/support/command.ts`)

![](reloading.gif?raw=true "GIF")