Replies: 2 comments 12 replies
-
It looks like the docs for proper configuration of parallel tests have changed quite a bit since we setup our implementation. I'm working on fixing that config now, so this support request may not be needed. I'll follow up here if we're successful in fixing this on our end. |
Beta Was this translation helpful? Give feedback.
-
Hey @bylertall! Can you tell me more about your Cypress test suite setup (plugins, post processors, etc)? That error is coming from Cypress's request backend (we wrap it here to make requests: https://github.com/percy/percy-cypress/blob/master/index.js#L17). Is it always on the same snapshot or others? It's failing to POST the captured DOM snapshot to the local running Percy server -- not sure why. |
Beta Was this translation helpful? Give feedback.
-
Requesting additional support for ticket 546822. We're seeing occasional missing snapshots and finding error logging like
Error: write EPIPE04:20
. We expect to have 30 snapshots but we occasionally end up with 28 or 29 due to these failures. It's adding unnecessary noise/dev-burden having to approve when missing snapshots are added back to our baseline.Package versions:
@percy/cypress v3.3.1
cypress v8.7.0
Please let us know if you need additional information. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions