• How To Interact With Iframes Using Cypress.io

    How To Interact With Iframes Using Cypress.io

    Cypress.io is great for testing the front end of your app’s UI, but at the time of this post, it lacks a few fundamental features. One important feature is handling file uploads natively, but there is a workaround for that. Another popular use case I came across is testing and interacting with iframes. Testing iframes...

    Read More