I have a web application(React) from where I am uploading a csv file. Once upload is completed the file will go to Azure Blob Storage. I need to automate the scenario of navigating to azure blob, download the uploaded csv file and check if the file is empty/has invalid data. Can anyone suggest if this scenario can be automated through cypress.io as we are testing the upload functionality using cypress.io?