jaredpalmer / cypress-image-snapshot

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

Random timeout problem #186

Open talaikis opened 3 years ago

talaikis commented 3 years ago

Updating pictures using localhost, getting random timeouts, like:

cy.screenshot() timed out waiting ***450000ms*** to complete.

Command:


addMatchImageSnapshotCommand({
  allowSizeMismatch: true,
  capture: 'fullPage',
  failureThreshold: 0.05,
  timeout: '450000',
  failureThresholdType: 'percent'
})

Deps:

"cypress": "7.1.0",
"cypress-image-snapshot": "^4.0.1",