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

Memory issue occurs show not responding #30964

Open
ammarnisar opened this issue Jan 28, 2025 · 4 comments
Open

Memory issue occurs show not responding #30964

ammarnisar opened this issue Jan 28, 2025 · 4 comments
Labels
stage: needs information Not enough info to reproduce the issue

Comments

@ammarnisar
Copy link

ammarnisar commented Jan 28, 2025

Test code to reproduce

I just create a new project by using these commands

npm init -y 
npm install cypress --save-dev

here is the version:
Cypress package version: 14.0.0
Cypress binary version: 14.0.0
Electron version: 33.2.1
Bundled Node version:
20.18.1

I am unable to click on my test sample that is created newly here is the code

describe('My First Test', () => {

    it('Visits the Cypress website', () => {

      cy.visit('https://www.cypress.io');
      
    });

  })

still not working

Cypress Mode

cypress open

Cypress Version

v14.0.0

Browser Version

v132

Node version

v20.9.0

Operating System

Windowns

Memory Debug Logs

not adding as there is a limit

Other

please let me know the exact issue what were the issue i am unable to create a new project .In current project its working fine
I also added the error screenshot

Image

@jennifer-shehane
Copy link
Member

It looks like the Cypress process has locked up, it's not responding. Could you 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 Jan 28, 2025
@ammarnisar
Copy link
Author

In debug its not showing any error

@jennifer-shehane
Copy link
Member

@ammarnisar Could you share it please?

@ammarnisar
Copy link
Author

I just install the window against now its fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stage: needs information Not enough info to reproduce the issue
Projects
None yet
Development

No branches or pull requests

2 participants