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
Regression in cypress 13: error "cy.task() must only be invoked from the spec file or support file" when cy.ts file has an apostrophe in the file name
#29982
Current behavior
When upgrading to cypress 13, all tests running cy.task() which contain an apostrophe in file name fail with the following error:
cy.task() must only be invoked from the spec file or support file
These tests were working fine in 12.
Desired behavior
No error
Test code to reproduce
Filename:
cypress/e2e/Apostrophe 'test'.cy.ts
Cypress Version
13.13.2
Node version
v18.19.0
Operating System
Linux
Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered: