Replies: 4 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. |
|
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. |
|
I believe I am having the same issue. @bylertall did you ever figure it out? #899 |
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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.1cypress v8.7.0Please let us know if you need additional information. Thank you.
All reactions