jaredpalmer / cypress-image-snapshot

Catch visual regressions in Cypress
MIT License
882 stars 160 forks source link

It is impossible to stop updating UI snapshots after migration to Cypress 10 #257

Closed alexey-tikhonok closed 1 year ago

alexey-tikhonok commented 1 year ago

After migration to Cypress 10, it became impossible to stop updating UI snapshots in command: cypress run both with default parameter 'updateSnapshots' value (that is false) and with explicit setting value using: --env updateSnapshots=false