cypress: Cypress is stopped and json error is displayed on console

Test execution is stopped.

Current behavior:

Below error is displayed on command prompt.

{ Error: unexpected end of file
    at Gunzip.zlibOnError (zlib.js:152:15)
 errno: -5, code: 'Z_BUF_ERROR' }
Error: unexpected end of file
    at Gunzip.zlibOnError (zlib.js:152:15)

cypress log: image

Desired behavior:

Test should work.

Steps to reproduce:

Testing internal application

Versions

Latest

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 21 (6 by maintainers)

Most upvoted comments

I have discovered the root underlying cause of this and am working on a fix.