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

When I create a new cypress project it crashes #29777

Open
Ninad1805 opened this issue Jun 30, 2024 · 1 comment
Open

When I create a new cypress project it crashes #29777

Ninad1805 opened this issue Jun 30, 2024 · 1 comment
Labels
stage: needs information Not enough info to reproduce the issue

Comments

@Ninad1805
Copy link

Ninad1805 commented Jun 30, 2024

Screenshot 2024-06-30 131212

Current behavior

I am currently trying to create a new cypress project and whenever I try to open the cypress app it crashes and gets stuck in the background. Also the browser does not respond. If I make changes to my test via VS code then I am not able to run the test again.

It is working fine for another project which I cloned via github but is not working when I am trying to create a new project

Desired behavior

The terminal should start compiling the new test code when I hit save and the cypress app and testrunner should not freeze

Test code to reproduce

describe('template spec', () => {
  it('passes', () => {
    cy.visit('https://www.udemy.com/course/cypress-tutorial/learn/lecture/26426180#content')
  })
})

Cypress Version

@latest

Node version

@latest

Operating System

Windows 11

Debug Logs

No response

Other

spec.cy.js.-.Test_Cypress.-.Visual.Studio.Code.2024-06-30.13-05-00.mp4
@jennifer-shehane
Copy link
Member

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 Jul 1, 2024
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