cy-verify-downloads
cy-verify-downloads copied to clipboard
Cypress custom command to wait and verify that file has been downloaded
Running the test with `verifyDownload` but got this error. Using all default though so I'm not sure when did the file path got wrong. Any idea?
Bumps [release-it](https://github.com/release-it/release-it) from 17.1.1 to 17.2.0. Release notes Sourced from release-it's releases. Release 17.2.0 Fix formatting (ed30e08) Update dependencies (9ce6d19) Add installed-check (24b3ba6) docs: add plugin release-it-pnpm (#1094) (bb9dac8) Add...
Bumps [cypress](https://github.com/cypress-io/cypress) from 13.7.2 to 13.7.3. Release notes Sourced from cypress's releases. v13.7.3 Changelog: https://docs.cypress.io/guides/references/changelog#13-7-3 Commits 94aad9a chore: release 13.7.3 (#29310) 1fa3e7f fix: Fix issue with display of assertions when...
Hello, Thanks for this project ! I have a question, I would check if a file was download and start by a prefix. But I need to use a timeout...
When starting the tests in a Cypress headless mode, .crdownload is not appended to the downloaded file and removed when the file is downloaded completely, instead the completely new file...
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...
Added parameter '**notContains**' to check if the file has not been downloaded from the cypress download repository. Checks if any files in downloads have part of the name passed as...
To fix the problem in : https://github.com/elaichenkov/cy-verify-downloads/issues/92 Remove the usage of randomBytes and check if the findFiles return a file or not before check if the file exist.
Added additional assertion for file size. By default this option is 0
Bumps [cypress](https://github.com/cypress-io/cypress) from 13.14.1 to 13.14.2. Release notes Sourced from cypress's releases. v13.14.2 Changelog: https://docs.cypress.io/guides/references/changelog#13-14-2 Commits 12d8e0b chore: release 13.14.2 (#30182) 770a502 fix: revert HiDPI for Wayland users to resolve...