JavaScript testing #12. Testing downloaded files and file inputs with Cypress
Our applications sometimes have features that allow users to choose files from their machine. Also, we might allow the users to download various files. Testing that with Cypress might not seem straightforward at first. In this article, we build a simple React application that allows the users to choose a JSON file from the hard […]