You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cypress run ignores files with syntax errors and the tests pass without any indication of a problem. The tests should fail instead.
Also when you run tests on a single file with syntax errors cypress run --spec file.js, cypress just displays the message "Tests should begin momentarily..." and hangs.
$ cypress version
Cypress CLI: 0.12.0
Cypress App: 0.17.10
The text was updated successfully, but these errors were encountered:
cypress run
ignores files with syntax errors and the tests pass without any indication of a problem. The tests should fail instead.Also when you run tests on a single file with syntax errors
cypress run --spec file.js
, cypress just displays the message "Tests should begin momentarily..." and hangs.The text was updated successfully, but these errors were encountered: