magento2-cypress-testing-suite icon indicating copy to clipboard operation
magento2-cypress-testing-suite copied to clipboard

Remove dependency on cypress-file-storage

Open peterjaap opened this issue 3 years ago • 0 comments

Cypress now has native support for that with .selectFile();

Added a new Cypress command, called .selectFile(), to select a file or files in an HTML5 input element or simulate dragging a file or files into the browser. The API is similar to cypress-file-upload and we have provided a migration guide for previous users of that plugin. For more details, see our blog post. Fixes #19524 and #170.

https://docs.cypress.io/guides/references/changelog#9-3-0

peterjaap avatar Apr 14 '22 03:04 peterjaap