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
Given you have a .only on a suite, and have an error thrown outside a test:
import './setup' describe.only('suite', ()=>{ it('t1', ()=>{ }) it('t2', ()=>{ }) }) throw new Error('my error')
Current Behavior: Cypress does not generate a new test for the uncaught failure, but says no tests are found.
Expected:
Bug since: unknown
(originally found during feature work)
The text was updated successfully, but these errors were encountered:
The code for this is done in cypress-io/cypress#14456, but has yet to be released. We'll update this issue and reference the changelog when it's released.
Sorry, something went wrong.
Released in 6.3.0.
6.3.0
This comment thread has been locked. If you are still experiencing this issue after upgrading to Cypress v6.3.0, please open a new issue.
Successfully merging a pull request may close this issue.
Given you have a .only on a suite, and have an error thrown outside a test:
Current Behavior:

Cypress does not generate a new test for the uncaught failure, but says no tests are found.
Expected:

Bug since: unknown
(originally found during feature work)
The text was updated successfully, but these errors were encountered: