Check Broken Images Using Cypress

1 ยท Gleb Bahmutov ยท Jan. 4, 2024, 6:37 p.m.
There is nothing more embarrassing than a broken image link right there in the middle of the page.Can we catch broken images using Cypress tests?๐ŸŽ The source code for this blog post can be found in my recipe "Image Has Loaded" at glebbahmutov.com/cypress-examples.Check a single imageImagine a single <img> element. It loads the image using its src attribute. The source could be a link URL, or a data:... encoded image. Even if the URL is valid, the image itself could be corrupted and the browser m...