meinaart / cypress-plugin-snapshots

Plugin for snapshot tests in Cypress.io
MIT License
489 stars 116 forks source link

(bug) workaround for https://github.com/cypress-io/cypress/issues/3090 ? #173

Open vegerot opened 3 years ago

vegerot commented 3 years ago

When I run npx cypress run --headless the tests work, but when running the tests through npx cypress open I get

image

I understand this is an upstream problem (https://github.com/cypress-io/cypress/issues/3090), however I was wondering if there were any workaround for NOT running screenshot tests when running all the tests in the GUI, but still running screenshot tests when running in headless mode or running individual tests. Any help would be appreciated. Thanks