Skip to content

Releases: Xvier/cypress-downloadfile

Updated docs for cypress 10

25 Aug 13:01
cd15845
Compare
Choose a tag to compare

#25

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

29 Apr 07:28
0bb3593
Compare
Choose a tag to compare

What's Changed

  • Minor dependencies upgrade by @Xvier in #24

Full Changelog: 1.2.1...1.2.2

Lesser update

14 Jun 08:31
23e9240
Compare
Choose a tag to compare

Updated the dependencies to the latest version.

Replaced Request

16 Apr 08:49
26d1a72
Compare
Choose a tag to compare

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

25 Jan 14:24
386b8cf
Compare
Choose a tag to compare

Its now possible to add a useragent string to the request.

Fixed Cannot find module

25 Jan 13:41
cb641f5
Compare
Choose a tag to compare

Released new version with minor bug fix.
The file downloadFileCommand was in PascalCase and this was not supposed to be.

Cypress Resolve function fix

21 Jan 18:02
Compare
Choose a tag to compare

Cypress Resolve function fix