Skip to content
Advertisement

cypress-file-upload attachFile is not a function

I want to test my file uploading function using Cypress-file-upload but I hurt myself against .attachFile is not a function

enter image description here

I tried two solutions and I still can’t make it works :

JavaScript
JavaScript

What am I doing wrong ?

Advertisement

Answer

You have to import the package:

support/index.js

JavaScript
User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement