Releases: Xvier/cypress-downloadfile
Releases · Xvier/cypress-downloadfile
1.2.4
Updated docs for cypress 10
Updated docs
Added minor update to the docs so that people who start using the plugin know how to edit the new Cypress cypress.config.js file.
Upgrade dependencies to fix npm audit
Lesser update
Updated the dependencies to the latest version.
Replaced Request
The nodejs Request package is deprecated. So with the help of @morficus we changed the
existing code to use cross-fetch.
On the usage part nothing is changed, only the node package request is changed to cross-fetch.
User Agent
Its now possible to add a useragent string to the request.
Fixed Cannot find module
Released new version with minor bug fix.
The file downloadFileCommand was in PascalCase and this was not supposed to be.
Cypress Resolve function fix
Cypress Resolve function fix