cypress-io / cypress

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

Some tests failed to execute on Cypress 13.11 #29669

Open Brestachan opened 2 months ago

Brestachan commented 2 months ago

Current behavior

Some of the tests in my test collection are not being executed at all. Behavior is noticed on Jenkins, and this was not a problem on version 12 of Cypress. Basically, at the end we get just end of the run, and in the log we get executed 30/40.

Desired behavior

None of the tests should be skipped if not being explicitly set as such.

Test code to reproduce

Could not share.

Cypress Version

13.11

Node version

20.14

Operating System

Linux

Debug Logs

No response

Other

No response

rrfaria commented 2 months ago

I have similar issue here. After upgrade to version 13

 Cypress.dom.isElement('.btn')

just stopped works as expected.

In 12 works fine

jennifer-shehane commented 2 months ago

Can you provide a reproducible example so that we can narrow down what's causing the hanging? Could you run Cypress in debug mode mode and print the entire set of logs here?