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

Automatic reloading of tests does not work correctly when a change is made to the test code #28820

Closed
alejo009 opened this issue Jan 29, 2024 · 1 comment

Comments

@alejo009
Copy link

alejo009 commented Jan 29, 2024

Current behavior

When I make a change to my test files in vsCode, cypress gets stuck when trying to reload the tests to run them again, something happens intermittently

image

https://app.screencastify.com/v3/watch/wR8jZuwdHFyDT9p2Rxrm

Desired behavior

Cypress should automatically reload the browser successfully and run the tests.

Test code to reproduce

1- create basic cypress project with the following test

describe('template spec', () => {
it('this is failing', () => {
cy.visit('http://example.cypress.io')
})
})

2- change the test name or description

image

Cypress Version

13.6.3

Node version

v20.11.0

Operating System

Windows 11

Debug Logs

No response

Other

No response

@jennifer-shehane
Copy link
Member

Duplicate of #28392 - we're working on a fix.

In the meantime, follow these steps to enable our extension: #28392 (comment)

@jennifer-shehane jennifer-shehane closed this as not planned Won't fix, can't repro, duplicate, stale Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants