You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If integration file contain cy.percySnapshot() but you are trying to run only Cypress (you are writing tests and don't want send snapshots to percy yet), when test reach cy.percySnapshot() it crash with unresolved Promise. Whole error in screenshot bellow.
Issue
If integration file contain
cy.percySnapshot()
but you are trying to run only Cypress (you are writing tests and don't want send snapshots to percy yet), when test reachcy.percySnapshot()
it crash with unresolved Promise. Whole error in screenshot bellow.Replication
package.json
to start and open Cypress without percycypress open
instead ofpercy exec -- cypress open
npm test
todo.spec.js
to begin testcy.percySnapshot()
at line 9 it crashKnown workaround
modify
cypress/support/index.js
file and include code bellowor
downgrade Cypress to version
6.4.0
Connections
seems to be related to #315 and cypress-io/cypress#15101
The text was updated successfully, but these errors were encountered: