Testing and validating the redirection/URL of a QR Code is essential for a Test Engineer as you don't want to lose a chance of downloading your business App or even worse redirect to broken/wrong one
How to achieve this:
1- You need to install some dependencies which include a module that have API to decode QR Code/Barcode and read it for Cypress.io
npm i @zxing/browser
npm i @zxing/library