Hi everyone, how can I validate download json.file? Every time when I click download I have generic assertation because there is: "name" + variable + ".json" - i am not sure that is possible. I try with this:
https://www.npmjs.com/package/cy-verify-downloads, but i have cypress error: cy.task('isFileExist') failed with the following error:
The 'task' event has not been registered in the plugins file. You must register it before using cy.task()
Tnx