cypress-io / cypress

Fast, easy and reliable testing for anything that runs in a browser.
https://cypress.io
MIT License
46.8k stars 3.17k forks source link

Run tests are not updating according to code changes #30308

Open vnslqueiroz opened 1 week ago

vnslqueiroz commented 1 week ago

Current behavior

Since I integrated my code to bitbucket repo and began working on a local branch my automations (npx cypress open) are not running as my code are being edited.

I have to end and close all cypress tabs to run automations according to the latest code version.

I tried:

1 - Reinstall cypress 2 - Clean cypress cache 3 - Edit the watchForFileChanges on config file 4 - Reinstall npm packages 5 - Start npm command again in the same project

Desired behavior

Cypress should run my specs as they are update (in real time, as it was).

Test code to reproduce

-

Cypress Version

13.14.2

Node version

18.17.1

Operating System

Windows 11

Debug Logs

-

Other

-

jennifer-shehane commented 6 days ago

@vnslqueiroz I'm not sure I can offer much insight with the info provided. If this was previously working and is not now, can you narrow down what was introduced in that time? Revert or provide a reproducible example for us to investigate?