We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When changing specs via the spec list, the spec filename is not updated:
The aliasing.cy.js spec was run but the filename shows assertions.cy.js instead.
aliasing.cy.js
assertions.cy.js
The spec filename should be updated when changing specs.
13.17.0
v22.12.0
macOS 14.6.1
No response
The text was updated successfully, but these errors were encountered:
hmm i dont see this behavior in v13.16.0 - Windows 10 i didnt use the cypress-test-tiny example though
Sorry, something went wrong.
@alexsch01
Agreed: It's a regression in Cypress v13.17.0, and it is not reproducible in Cypress v13.16.0 or v13.16.1.
We tracked it down to an inadvertent change in this PR: #30764
mschile
Successfully merging a pull request may close this issue.
Current behavior
When changing specs via the spec list, the spec filename is not updated:
The
aliasing.cy.js
spec was run but the filename showsassertions.cy.js
instead.Desired behavior
The spec filename should be updated when changing specs.
Test code to reproduce
Cypress Version
13.17.0
Node version
v22.12.0
Operating System
macOS 14.6.1
Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered: