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
I want to update cypress/grep to the newest 5.0.0 (currently on 4.1.0). But when I do it, it gives me the following error:
(0 , _grep.default) is not a function
in the registerCypressGrep().
I have it in e2e.
import registerCypressGrep from '@cypress/grep'
registerCypressGrep();
TypeError
The following error originated from your test code, not from Cypress.
> (0 , _grep.default) is not a function
When Cypress detects uncaught errors originating from your test code it will automatically fail the current test.
Cypress could not associate this error to any specific test.
We dynamically generated a new test to display this failure.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I want to update cypress/grep to the newest 5.0.0 (currently on 4.1.0). But when I do it, it gives me the following error:
I have it in e2e.
import registerCypressGrep from '@cypress/grep'
registerCypressGrep();
current cypress version: 15.3.0
Beta Was this translation helpful? Give feedback.
All reactions