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
cy.task('findFiles') failed with the following error:
The 'task' event has not been registered in the setupNodeEvents method. You must register it before using cy.task()
Fix this in your setupNodeEvents method here:
/Users/username/projects/apps/project/client-e2e/cypress.config.ts
Hello,
I have a little problem with your plugin. I get this error message:
cy.task('findFiles') failed with the following error:
The 'task' event has not been registered in the setupNodeEvents method. You must register it before using cy.task()
const { isFileExist } = require('cy-verify-downloads')
module.exports = defineConfig({
e2e: {
setupNodeEvents(on, config) {
// implement node event listeners here
on('task', isFileExist)
realHover.install(on)
},
},
})
Cypress version 12.12.00
Thx for your help
The text was updated successfully, but these errors were encountered: