meinaart / cypress-plugin-snapshots

Plugin for snapshot tests in Cypress.io
MIT License
491 stars 116 forks source link

cy.task('cypress-plugin-snapshot:matchImage') timed out after waiting 60000ms #130

Open JanEggers opened 4 years ago

JanEggers commented 4 years ago

Describe the bug cy.task('cypress-plugin-snapshot:matchImage') timed out after waiting 60000ms

To Reproduce not sure, sometimes the tests work sometimes they timeout.

it may be related to live developing tests. after closing cypress and opening it again all tests pass. I was creating and running new tests while this command was running:

start-server-and-test start http://localhost:4200 cy-open

Expected behavior it just works.