sorry-cypress / cy2

Integrate Cypress with alternative cloud services like Sorry Cypress or Currents
https://docs.sorry-cypress.dev/cypress-agent/cy2
GNU General Public License v3.0
32 stars 5 forks source link

cypress verify failed when using ci cache #37

Closed jiadesen closed 1 year ago

jiadesen commented 1 year ago

image

agoldis commented 1 year ago

Please share cy2 and cypress version

jiadesen commented 1 year ago

cy2: 3.4.1 cypress: 12.0.2

agoldis commented 1 year ago

Is there any other outout above the cropped screenshot? Also, please try running with DEBUG=cy2*,cypress:*

jiadesen commented 1 year ago

running with DEBUG=cy2*,cypress:*

"npx cy2 run DEBUG=cy2,cypress: --parallel --record ..."

same result

image

jiadesen commented 1 year ago

It seems to be a problem with the ci caching strategy. I'll try to adjust it again...

agoldis commented 1 year ago

DEBUG=cy2,cypress: should go before the actual command - to set the env variables

jiadesen commented 1 year ago

It has been confirmed that the cypress application cache does not exist. Thank you very much!

image

matrunchyk commented 1 year ago

Still having the same issue cy2: 3.4.2 Cypress: 12.0.2

image

matrunchyk commented 1 year ago

Debug log image

I'm running Cypress in parallel with 3 agents, and interestingly only one of the agents always has no issue. Before upgrading to v12 it was working great.