I am testing a react-leaflet based application in cypress. To avoid making tons of real maptile requests, I am trying to intercept calls to the mapbox maptile server, and replace with a dummy tile. I do this in my cypress/support.index.js file: A simple test: I took a look at Mock leaflet resources in Cypress, and this tactic seemed to work