Inject HTML metadata into a URL loaded in Cypress
I want to write Cypress tests for a website that is being loaded as an iFrame in a parent environment. The parent environment injects metatags when loading the site, and I need to replicate this functionality in Cypress. Do to…