Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cypress Tests Timing Out on Page Load. #29101

Closed
Euphemia1 opened this issue Mar 11, 2024 · 4 comments
Closed

Cypress Tests Timing Out on Page Load. #29101

Euphemia1 opened this issue Mar 11, 2024 · 4 comments
Labels
topic: installation Issue during installation or downloading Cypress

Comments

@Euphemia1
Copy link

Euphemia1 commented Mar 11, 2024

Current behavior

when I try to download cypress, it is showing that it has been downloaded, it giving these errors,
The cypress app could be unzipped.
Search for an existing issue or open a GitHub issue (which I have)

Debug logs

describe('Test Suite', () => {
  it('Test Case', () => {
    cy.log('Starting the test...');
    // Your test code with relevant Cypress commands and additional logs
    cy.log('Found the element with data-test-id="cypress-task to be done"');
  });
});

Cypress Version

version: 13.6.6

Node version

v20.11.0

Package Manager

npm

Package Manager Version

10.2.4

Operating system

Windows

Operating System Version

windows 11

Other

No response

@Euphemia1 Euphemia1 added the topic: installation Issue during installation or downloading Cypress label Mar 11, 2024
@jennifer-shehane
Copy link
Member

@Euphemia1 Could you copy/paste the text of the error completely? Or run Cypress in debug mode mode and print the entire set of logs here?

@jennifer-shehane jennifer-shehane added the stage: needs information Not enough info to reproduce the issue label Mar 11, 2024
@Euphemia1
Copy link
Author

@Euphemia1 Could you copy/paste the text of the error completely? Or run Cypress in debug mode mode and print the entire set of logs here?

okay , let me do that just a few minutes.

@anupdeshmane01
Copy link

anupdeshmane01 commented Mar 21, 2024

@jennifer-shehane i am getting this -> "GET /__cypress/assets/favicon.png?v2 404 1.444 ms - 136" in my terminal... and also my cypress runner crashes and test taking too much time to load and gets fail
2024-03-20_22-14-07

@jennifer-shehane
Copy link
Member

@anupdeshmane01 Can you provide the test code here that you're running completely?

@jennifer-shehane jennifer-shehane closed this as not planned Won't fix, can't repro, duplicate, stale Sep 4, 2024
@jennifer-shehane jennifer-shehane removed the stage: needs information Not enough info to reproduce the issue label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: installation Issue during installation or downloading Cypress
Projects
None yet
Development

No branches or pull requests

3 participants