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
Trying to use VRT + Cypress agent to compare images for projects that use odiff or look-same image compare libraries will result in the following error:
CypressError: `cy.task('VRT_TRACK_IMAGE_MULTIPART')` failed with the following error:
> {
"path": "/test-runs/multipart",
"name": "Error",
"message": "",
"exception": {},
"stack": "Error\n at ChildProcess.<anonymous> (/node_modules/odiff-bin/odiff.js:147:13)\n at ChildProcess.emit (events.js:327:22)\n at maybeClose (internal/child_process.js:1021:16)\n at Socket.<anonymous> (internal/child_process.js:443:11)\n at Socket.emit (events.js:315:20)\n at Pipe.<anonymous> (net.js:674:12)"
}
https://on.cypress.io/api/task
Could you please let me know if
this might come from something that I am not doing correctly
e.g. an error in the installation or the implementation, or
if it's an expected/known issue
e.g. cannot use odiff or look-same libraries with Cypress agent
I tried to find some documentation on this or troubleshoot myself, but unfortunately could not find anything.
Thank you 🙂
The text was updated successfully, but these errors were encountered:
Trying to use VRT + Cypress agent to compare images for projects that use
odiff
orlook-same
image compare libraries will result in the following error:Could you please let me know if
I tried to find some documentation on this or troubleshoot myself, but unfortunately could not find anything.
Thank you 🙂
The text was updated successfully, but these errors were encountered: