magento2-cypress-testing-suite
                                
                                
                                
                                    magento2-cypress-testing-suite copied to clipboard
                            
                            
                            
                        Remove dependency on cypress-file-storage
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