I'm using Cypress to automate user interaction on a development site. However, - the site is HUGE, so I copied everything except the images.
Now, when making the tests, it takes forever (2 min+) to load a page, since Cypress will wait for the images to render, before it starts doing it's thing.
Can I disable that somehow?