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
Running yarn cypress:run gives out errors for order_stocks_spec.ts and snapshots_spec.ts. It seems that the problem is stemming from using cy.percySnapshot.
Here is an example of the errors:
TypeError: Cannot read properties of undefined (reading 'isTTY')
at PercyLogger.write (http://localhost:3000/__cypress/tests?p=cypress/support/index.js:5511:27)
at PercyLogger.log (http://localhost:3000/__cypress/tests?p=cypress/support/index.js:5498:12)
at Object.isPercyEnabled (http://localhost:3000/__cypress/tests?p=cypress/support/index.js:5839:11)
at async Context.eval (http://localhost:3000/__cypress/tests?p=cypress/support/index.js:5148:10)
Running
yarn cypress:run
gives out errors fororder_stocks_spec.ts
andsnapshots_spec.ts
. It seems that the problem is stemming from usingcy.percySnapshot
.Here is an example of the errors:
References
The text was updated successfully, but these errors were encountered: