question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cypress is stopped and json error is displayed on console

See original GitHub issue

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

Issue Analytics

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

github_iconTop GitHub Comments

3reactions
brian-manncommented, Jun 19, 2018

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

0reactions
brian-manncommented, Jun 29, 2018

Released in 3.0.2.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error Messages | Cypress Documentation
This message means that Cypress was unable to find tests in the specified file. You'll likely get this message if you have an...
Read more >
cypress-io/cypress - Gitter
Hey all, we have really flaky tests in CI and are trying to get console output to show in cypress logs but I...
Read more >
Network Errors | Cypress examples (v9.2.0) - Gleb Bahmutov
Network Errors. # Error response from the server ... fetch all data from this REST json backend const root = 'https://jsonplaceholder.cypress.io' function ...
Read more >
Cypress Uncaught Assertion Error despite cy ... - Stack Overflow
My guess is that cy.on('uncaught:exception', is not handling it because AssertionError is a different underlying type to Exception . You could raise this...
Read more >
How to level-up your Cypress testing | Yost's Posts
When you run the Cypress test suite in headless mode, it's nice to be able to see console warnings and errors that may...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found