chromaui / chromatic-e2e

Archive end-to-end tests to be replayed in Storybook and Chromatic
MIT License
13 stars 3 forks source link

Revert "Cypress: Electron can be used in interactive mode" #77

Closed skitterm closed 5 months ago

skitterm commented 5 months ago

Reverts chromaui/test-archiver#72.

Unfortunately, config.isInteractive (which I was using to disable archiving if the user is using cypress open) mistakenly always returns true, even when it's not in interactive mode. This meant that we were never archiving.

Reverting this so archiving works for cypress run.