jaredpalmer / cypress-image-snapshot

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

Is it possible to set failOnSnapshotDiff: false somewhere else instead of passing it when running using CLI #127

Open SChathuranga opened 4 years ago

SChathuranga commented 4 years ago

When running the scripts using Cypress Desktop app, how to set failOnSnapshotDiff: false

Where should I store this setting?

0xIslamTaha commented 4 years ago

@SChathuranga failOnSnapshotDiff is a cypress env variable so u can set it in different positions like here https://docs.cypress.io/guides/guides/environment-variables.html#Setting