jaredpalmer / cypress-image-snapshot

Catch visual regressions in Cypress
MIT License
888 stars 160 forks source link

Support for rendering pages in different browsers #142

Closed ghost closed 4 years ago

ghost commented 4 years ago

It will be nice to be able to pass an option into the snapshot command to specify which browser you want the page to be rendered in, without actually needing the browser to be installed on the machine the test is running on.

Basically something that will use the DOM and then render it in whichever browser has been specified before taking the snapshot.

ghost commented 4 years ago

Issue closed as it is more appropriate in the cypress project itself: https://github.com/cypress-io/cypress/issues/8157